Commit 4fbd70b0 by BellCodeEditor

auto save

parent dc760fe9
Showing with 1 additions and 1 deletions
...@@ -10,7 +10,7 @@ while True: ...@@ -10,7 +10,7 @@ while True:
for k,v in score[name].items(): for k,v in score[name].items():
print(k,v) print(k,v)
print("*"*30) print("*"*30)
else name== "q": elif name== "q":
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