Commit c892f59a by BellCodeEditor

save project

parent 322c30ce
Showing with 1 additions and 1 deletions
......@@ -16,7 +16,7 @@ def new_input():
return total
def sum(money):
count = 0
for i in total:
for i in money:
count = count + i
return count
a = sum(new_input())
......
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