Commit 1d1dd522 by BellCodeEditor

auto save

parent 5bcf1e3b
Showing with 2 additions and 2 deletions
...@@ -7,9 +7,9 @@ def new_input() ...@@ -7,9 +7,9 @@ def new_input()
else: else:
try: try:
unit = int(unit) unit = int(unit)
except except")
print("请重新输入一个数字")
else: else:
print("请重新输入一个数字
total.append(unit) total.append(unit)
print("_"*30) print("_"*30)
print(total) print(total)
......
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