Commit 24621203 by BellCodeEditor

save project

parent 91efa8e3
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ while True: ...@@ -7,7 +7,7 @@ while True:
a=input("请输入名字,输入q退出:") a=input("请输入名字,输入q退出:")
if a=="q": if a=="q":
print("程序结束") print("程序结束")
exit() break
if a in score: if a in score:
print("*"*30) print("*"*30)
for b,c in score[a].items(): for b,c in score[a].items():
......
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