Commit 1e9a436e by BellCodeEditor

auto save

parent f0c715f8
Showing with 11 additions and 0 deletions
c=0
while True:
c+=1
print("c的值"+str(c))
if c==5:
continue
if c==10:
break
print("结束")
\ 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