Commit b1ac7e99 by BellCodeEditor

save project

parent a265eb25
Showing with 5 additions and 2 deletions
...@@ -6,5 +6,9 @@ while True: ...@@ -6,5 +6,9 @@ while True:
name=input("请输入名字") name=input("请输入名字")
if name in score: if name in score:
print(name) print(name)
print("*"*10)
for k,v in score[name].items(): for k,v in score[name].items():
print() print(k,v)
\ No newline at end of file print("*"*10)
else:
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