Commit af3eeb92 by BellCodeEditor

save project

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