Commit 864fa53a by BellCodeEditor

auto save

parent 9150e7be
Showing with 3 additions and 3 deletions
...@@ -8,8 +8,8 @@ name = input("名字:") ...@@ -8,8 +8,8 @@ name = input("名字:")
print("*"*30) print("*"*30)
if name in score: if name in score:
m=score[name] m=score[name]
for k,v in info.items(): for k,v in m.items():
print(k,v) print(k,v)
print("*"*30) print("*"*30)
else: else:
print(sb) print("rt")
\ No newline at end of file \ 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