Commit ebd5471c by BellCodeEditor

save project

parent bf3e751a
Showing with 3 additions and 1 deletions
......@@ -11,4 +11,6 @@ def new_input():
print("请输入整数")
else:
total.append(n)
new_input()
return total
total = new_input()
print(total)
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