Commit 031e62ca by BellCodeEditor

save project

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