Commit 7bf99a70 by BellCodeEditor

save project

parent 47eeed4e
Showing with 7 additions and 2 deletions
name = input("名字") while True:
if name in score print("请输入要查询的名字,退出请输入q")
name = input("名字:")
print('*'*30)
if name in score:
score = score[name]
info=score info=score
for k, in scores.items() for k, in scores.items()
...@@ -7,3 +11,4 @@ if name in score: ...@@ -7,3 +11,4 @@ if name in score:
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