Commit 4877c765 by BellCodeEditor

auto save

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