Commit 8692c34c by BellCodeEditor

save project

parent 7978782c
Showing with 4 additions and 1 deletions
...@@ -8,6 +8,8 @@ try: ...@@ -8,6 +8,8 @@ try:
else: else:
total.append(int(unit)) total.append(int(unit))
print(total) print(total)
new_input() new_input()
return total
print(total)
except: except:
print('输入整数') 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