Commit d8467657 by BellCodeEditor

save project

parent c48d335f
Showing with 5 additions and 6 deletions
def add(): def sum(money):
x=5 count=0
y=4 for i in money:
x+y=z count=count+i
return z return count
print()
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