Commit 8f264af8 by BellCodeEditor

save project

parent 139052df
Showing with 9 additions and 2 deletions
......@@ -6,4 +6,11 @@ def new_input()
break
else:
total.append(unit)
print(total)
\ No newline at end of file
print(total)
try:
new_input()
except:
print("要输入整数奥")
else:
print(total)
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