Commit f0be24ed by BellCodeEditor

save project

parent 52fbfb8d
Showing with 6 additions and 2 deletions
...@@ -6,6 +6,10 @@ while True: ...@@ -6,6 +6,10 @@ while True:
name=input("name") name=input("name")
if name in score: if name in score:
a=score[name] a=score[name]
print("**"*20)
for b,c in a.items(): for b,c in a.items():
print(b,c) print(b,c)
\ No newline at end of file print("**"*20)
else:
print("没有你的名字,重新输入以下试试")
\ No newline at end of file
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