Commit b5f0f493 by BellCodeEditor

auto save

parent 56d1f5a5
Showing with 4 additions and 0 deletions
......@@ -10,5 +10,8 @@ if name in score:
for k,v in score.items():
print(k,v)
print('*' * 10)
elif name=="q":
break
else:
print("输入错误请重新输入")
print("程序结束")
\ 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