-
-
Notifications
You must be signed in to change notification settings - Fork 49.4k
Open
@ayyanagoud12
Description
is_failed = input("enter yes to continue: ")
i = 0
while is_failed=="yes":
if i%2!=0:
i+=1
print(f"attempt{i}")
continue
if i > 100:
break
Metadata
Metadata
Assignees
Labels
No labels