Commit 10591665 by BellCodeEditor

auto save

parent 3ba6c1b5
Showing with 4 additions and 0 deletions
......@@ -10,3 +10,7 @@ def new_input():
a=int(unit)
except:
print('要输入一个整数')
else:
total.append(unit)
print(total)
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