Commit 5de8b1b0 by BellCodeEditor

save project

parent 8d60ab67
Showing with 2 additions and 0 deletions
...@@ -10,6 +10,8 @@ while True: ...@@ -10,6 +10,8 @@ while True:
for c,d in score.items(): for c,d in score.items():
print(c,d) print(c,d)
print("*"*30) print("*"*30)
elif name=="a":
break
else: else:
print("查询错误,请输入正确的名字") print("查询错误,请输入正确的名字")
print("*"*30) print("*"*30)
......
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