Commit af3eeb92 by BellCodeEditor

save project

parent ed37d823
Showing with 4 additions and 3 deletions
...@@ -16,9 +16,10 @@ def new_input(): ...@@ -16,9 +16,10 @@ def new_input():
total.append(unit) total.append(unit)
return total return total
def add(count): def add(count):
while True: a = new_input()
add = new_input() for i in a:
print(add) print(i)
print(total) 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