Commit e51af509 by BellCodeEditor

auto save

parent 13e0c48a
Showing with 4 additions and 1 deletions
...@@ -6,5 +6,7 @@ def new_input(): ...@@ -6,5 +6,7 @@ def new_input():
break break
else: else:
total.append(u) total.append(u)
print(total) return total
result=new_input()
print(result)
new_input() new_input()
\ 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