Commit da5c9399 by BellCodeEditor

save project

parent f599b2e8
Showing with 3 additions and 2 deletions
...@@ -7,5 +7,6 @@ def new_input(): ...@@ -7,5 +7,6 @@ def new_input():
break break
else: else:
total.append(a) total.append(a)
new_input() return total
print(total)
print(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