Commit 5d63bb81 by BellCodeEditor

save project

parent a64c9eb6
Showing with 7 additions and 3 deletions
...@@ -11,6 +11,8 @@ def new_input(): ...@@ -11,6 +11,8 @@ def new_input():
print(next) print(next)
else: else:
total.append(until) total.append(until)
print("-"*30) finally:
print(total) print("-"*30)
new_input() return total
resuiy=new_input()
print(result)
def
\ 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