Commit ad848276 by BellCodeEditor

save project

parent 5c312500
Showing with 2 additions and 1 deletions
...@@ -6,7 +6,8 @@ while True: ...@@ -6,7 +6,8 @@ while True:
a = input('名') a = input('名')
if a in score: if a in score:
v=score[a] v=score[a]
for k,v in v.items(): for k,c in v.items():
print(k,c) print(k,c)
break
else: else:
print('重输') print('重输')
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