Commit c3ee92a0 by BellCodeEditor

save project

parent 9cb2f162
Showing with 2 additions and 2 deletions
......@@ -15,9 +15,9 @@ def new_input():
return total
def sum(unit):
def sum(money):
count = 0
for i in unit:
for i in money:
count = count + i
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