Commit 10702dde by BellCodeEditor

auto save

parent c786a85d
Showing with 1 additions and 0 deletions
...@@ -12,6 +12,7 @@ while True: ...@@ -12,6 +12,7 @@ while True:
print("*" * 30) print("*" * 30)
if name in score: if name in score:
info=score[name] info=score[name]
# for k,v in info.items():
print(info) print(info)
print("*" * 30) print("*" * 30)
break 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