Break & Continue Statement in Python February 09, 2022 while(True): i = int(input("Enter the no: ")) if i>100: print("Successfully") break else: print("Try again\n") continue Share Get link Facebook X Pinterest Email Other Apps Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment