Commit d8467657 by BellCodeEditor

save project

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