Commit 99e9edc3 by BellCodeEditor

auto save

parent 407699c9
Showing with 10 additions and 0 deletions
count=0
while True:
print("count的值为:"+str(count))
if count ==5:
continue
if count ==10:
break
count+=1
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