Commit 945a59ac by BellCodeEditor

auto save

parent d3bfbe83
Showing with 4 additions and 2 deletions
...@@ -8,4 +8,6 @@ if name in score: ...@@ -8,4 +8,6 @@ if name in score:
else: else:
print("查询错误,请重新输入。") print("查询错误,请重新输入。")
for k,v in score[name].items(): for k,v in score[name].items():
print(k,v) print("*"*30)
\ No newline at end of file print(k,v)
print("*"*30)
\ 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