Commit 8697f1fc by BellCodeEditor

save project

parent 3b20cbdd
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