Commit 9162d4ef by BellCodeEditor

save project

parent f573d310
Showing with 1 additions and 2 deletions
def func(): def func():
total = [] total = []
while True: while True:
...@@ -8,7 +7,7 @@ def func(): ...@@ -8,7 +7,7 @@ def func():
print("陈序错误") print("陈序错误")
else: else:
if unit== -1: if unit== -1:
print("陈序错误") print("陈序结束")
break break
else: else:
......
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