Commit f7affaba by BellCodeEditor

auto save

parent 7c6a4f1f
Showing with 1 additions and 1 deletions
...@@ -11,6 +11,6 @@ if name in score: ...@@ -11,6 +11,6 @@ if name in score:
for l,k in score[name].items(): for l,k in score[name].items():
print(l,k) print(l,k)
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