Commit 9bf4a912 by BellCodeEditor

save project

parent 6cf0dc8b
Showing with 6 additions and 5 deletions
......@@ -8,8 +8,10 @@ def new_input():
try:
unit=int(unit)
except:
total
print('整数')
total.append(unit)
print(total)
new_input()
\ No newline at end of file
else:
total.append(unit)
return total
result = new_input()
print(result)
new_input()
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