Commit 031e62ca by BellCodeEditor

save project

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