Commit 4b4627d9 by BellCodeEditor

save project

parent 2be73f11
Showing with 8 additions and 2 deletions
......@@ -14,10 +14,15 @@ def a():
finally:
print("-"*30)
return total
def sum(money):
b=0
a=0
for i in money:
b+b+i
a=a+i
return a
b=a()
c=sum(b)
print(b)
print(c)
\ No newline at end of file
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