Commit 4da590f7 by BellCodeEditor

save project

parent f7f0c265
Showing with 5 additions and 5 deletions
...@@ -15,7 +15,8 @@ def new_input(): ...@@ -15,7 +15,8 @@ def new_input():
print(total) print(total)
return total return total
result = new_input() def sum(money):
count = 0
for i in money:
print(result) count = count + 1
\ No newline at end of file return count
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