Commit 2d6f0a4f by BellCodeEditor

auto save

parent bad23ff5
Showing with 7 additions and 0 deletions
a=1
while a<= 10:
print("这是第%d遍。。。"%a)
if a==6:
break
a+=1
\ 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