Commit f07adf9e by BellCodeEditor

save project

parent a1a02936
Showing with 5 additions and 3 deletions
......@@ -8,10 +8,12 @@ def new_input():
else:
try:
unit=int(unit)
except:
print("请输入数字")
print("程序结束")
total.append(unit)
return total
print(result)
print(total)
new_input()
\ No newline at end of file
new_input()
\ 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