Commit 21068ad1 by BellCodeEditor

save project

parent 2d84f811
Showing with 2 additions and 0 deletions
...@@ -9,5 +9,6 @@ def new_input(): ...@@ -9,5 +9,6 @@ def new_input():
if unit == 0: if unit == 0:
break break
total.append(unit) total.append(unit)
return unit
new_input() new_input()
print(total) print(total)
\ 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