Commit ed5f896a by BellCodeEditor

save project

parent 514a8e55
Showing with 38 additions and 0 deletions
......@@ -4,3 +4,40 @@ for i in range(1,8):
if i == 5:
break
print('第6个孩子宙斯逃过一劫。')
count = 0
while count < 9:
count+=1
print(count)
\ 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