Answers for "can you use continue in a while loop python"

1

while loop in python for do you want to continue

while input("Do You Want To Continue? [y/n]") == "y":
    # do something
    print("doing something")
Posted by: Guest on September-15-2020

Code answers related to "can you use continue in a while loop python"

Python Answers by Framework

Browse Popular Code Answers by Language