Commit 12ec7192 by BellCodeEditor

save project

parent 19963a5d
Showing with 1 additions and 0 deletions
...@@ -7,6 +7,7 @@ while True : ...@@ -7,6 +7,7 @@ while True :
f=print('查询结束按b') f=print('查询结束按b')
name=input('输入名字:') name=input('输入名字:')
if name=='b': if name=='b':
print('查询结束')
break break
if name in score : if name in score :
d=score[name] d=score[name]
......
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