Commit 3f9d6f74 by BellCodeEditor

save project

parent 2b6d06b2
Showing with 2 additions and 0 deletions
...@@ -13,7 +13,9 @@ while True: ...@@ -13,7 +13,9 @@ while True:
print("已退出") print("已退出")
break break
else: else:
print('*'*50)
print("输入错误,请重新输入") print("输入错误,请重新输入")
print('*'*50)
continue continue
# 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来 # 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来
......
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