Commit f1e37251 by BellCodeEditor

save project

parent 5797f458
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ while true: ...@@ -14,7 +14,7 @@ while true:
for k,v in score[name].items(): for k,v in score[name].items():
print(k,v) print(k,v)
print("*"*10) print("*"*10)
elif name=="q" elif name=="q":
break break
else: else:
print("姓名不在字典里,请重新输入。") print("姓名不在字典里,请重新输入。")
......
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