Commit e9d04aa1 by BellCodeEditor

save project

parent 172fdca9
Showing with 4 additions and 5 deletions
...@@ -13,8 +13,7 @@ def new_input(): ...@@ -13,8 +13,7 @@ def new_input():
total.append(int(unit)) total.append(int(unit))
finally: finally:
print('==========================================') print('==========================================')
return total
list1 = new_input()
print(total) print(list1)
\ No newline at end of file
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