Commit 6342b2b4 by BellCodeEditor

save project

parent d4303711
Showing with 9 additions and 0 deletions
i=0
while True:
i=i+1
if i>10:
break
if i%2!=0
continue
print(i)
\ No newline at end of file
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