Commit 5e1400e5 by BellCodeEditor

save project

parent e5db5b74
Showing with 6 additions and 2 deletions
......@@ -16,4 +16,8 @@ def again() :
return total
result=again()
print(result)
def sum()
\ No newline at end of file
def sum(money):
count=0
for i in money():
count=count+i
return count
\ 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