Commit 703c23df by BellCodeEditor

save project

parent 4886d472
Showing with 7 additions and 3 deletions
price=[15,18,14,25]
def sum(money):
a=0
for i in price:
a=a+1
a=0
for i in price:
a=a+i
return a
j=sum(price)
print(j)
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