Commit e6cc7069 by BellCodeEditor

save project

parent 7bd51d02
Showing with 0 additions and 3 deletions
...@@ -12,8 +12,6 @@ def new_input(): ...@@ -12,8 +12,6 @@ def new_input():
print("请输入数字") print("请输入数字")
else: else:
total.append(unit) total.append(unit)
print(total)
new_input()
return total return total
a = new_input() a = new_input()
print(a) print(a)
...@@ -22,4 +20,3 @@ print(a) ...@@ -22,4 +20,3 @@ print(a)
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