Commit e6cc7069 by BellCodeEditor

save project

parent 7bd51d02
Showing with 2 additions and 5 deletions
......@@ -12,12 +12,9 @@ def new_input():
print("请输入数字")
else:
total.append(unit)
print(total)
new_input()
return total
a = new_input()
print(a)
a = new_input()
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