Commit 4877c765 by BellCodeEditor

auto save

parent 4a26ce04
Showing with 8 additions and 6 deletions
# i=0
# while i<5:
# print('悟空')
# i = i+1
# if i == 4:
# break
i=0
b=0
while i<5:
print('悟空')
i = i+1
print('第',str(i=))
if i == 4:
break
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