Commit 597f0ade by BellCodeEditor

save project

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