Commit 597f0ade by BellCodeEditor

save project

parent e9d602b2
Showing with 2 additions and 2 deletions
......@@ -14,9 +14,9 @@ def new_input():
finally:
print("*"*30)
return total
def sum(monye):
def sum(money):
count=0
for i in monye:
for i in money:
count=count+i
a=new_input()
b=sum(a)
......
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