Commit 9861bc40 by BellCodeEditor

auto save

parent 92925dc5
Showing with 2 additions and 2 deletions
...@@ -10,4 +10,4 @@ name = input("名字:") ...@@ -10,4 +10,4 @@ name = input("名字:")
if name in score: if name in score:
print(score[name]) print(score[name])
else: else:
print("不存在") 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