Commit 2c93bf98 by BellCodeEditor

save project

parent bcecd986
Showing with 7 additions and 6 deletions
price=[15,18,14,25] price=[15,18,14,25]
count=0 def sum(money):
def sum(k) count=0
for i in prince: for i in price:
count=prince count=count+i
print(count) return count
\ No newline at end of file result=sum(price[0])
print(result)
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