Commit 2b5d3e85 by BellCodeEditor

save project

parent c9ef37f2
Showing with 9 additions and 0 deletions
......@@ -15,5 +15,14 @@ def a():
print("-"*30)
return total
def sum(money):
c=0
for i in money:
c=c+i
return c
b = a()
c = sum(c)
print(c)
print(b)
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