Commit 8b0664bd by BellCodeEditor

save project

parent 94dec548
Showing with 18 additions and 0 deletions
def sum(money):
count=0
for i in price:
count=count+i
return count
price=[18,19,20,21]
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