Commit e8552374 by BellCodeEditor

save project

parent 6edaccb9
Showing with 2 additions and 0 deletions
......@@ -7,7 +7,9 @@ def new_input():
try:
unit=int(unit)
except:
print()
print("请输入数字!")
print()
else:
total.append(unit)
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