Commit af6a073b by BellCodeEditor

save project

parent 65df0d0c
Showing with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ while true: ...@@ -11,7 +11,7 @@ while true:
if name in score: if name in score:
print("*"*10) print("*"*10)
for k,v in score[name].items(): for k,v in score[name].items():
print(k,v) print(k,v)
print("*"*10) print("*"*10)
elif name=="q" elif name=="q"
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