Commit 0e0c7549 by BellCodeEditor

auto save

parent ef2f1ae5
Showing with 11 additions and 0 deletions
count = 0
while True:
if count==5:
count+=1
continue
print(count)
if count==10:
break
count+=1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment