Commit b568ab66 by BellCodeEditor

save project

parent eba36fe7
Showing with 4 additions and 3 deletions
...@@ -7,6 +7,7 @@ name = input("姓名") ...@@ -7,6 +7,7 @@ name = input("姓名")
print("*"*25) print("*"*25)
for k,v in score[name].items(): for k,v in score[name].items():
print(k,v) print(k,v)
print("*"*25) if name == "q"
break
else: else:
print("错误")
\ No newline at end of file \ No newline at end of file
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