Answers for "continue and break in python while"

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

Python Answers by Framework

Browse Popular Code Answers by Language