Commit 5f6c99af by BellCodeEditor

auto save

parent a967644d
Showing with 2 additions and 1 deletions
......@@ -12,7 +12,8 @@ while True :
if name in score :
a = score[name]
print('*'*30)
for k,v in a.items():
print(a)
for k,v in score[name].items():
print(k,v)
break
else:
......
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