Commit 60be52f4 by BellCodeEditor

save project

parent 3d4693b8
Showing with 9 additions and 0 deletions
i = 0
# 1 3 5
while i<5 :
i += 1
#第三次时跳出!
if i%2 == 0:
continue
print("",i)
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