Commit 9ce8e2e0 by BellCodeEditor

save project

parent 8e2ebac1
Showing with 1 additions and 1 deletions
...@@ -8,7 +8,7 @@ while True: ...@@ -8,7 +8,7 @@ while True:
a=score[name] a=score[name]
for k,v in a.items(): for k,v in a.items():
print(k,v) print(k,v)
elif name=="退出" elif name=="退出":
break break
else: else:
print("没有") print("没有")
......
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