Commit f961d714 by BellCodeEditor

save project

parent 3cba3c50
Showing with 10 additions and 0 deletions
q = 0
while True:
print("q值是:"+str(q))
if q == 5:
q += 1
continue
if q == 10:
break
q += 1
print("没了")
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