Commit 16d90273 by BellCodeEditor

save project

parent d14e2bc1
Showing with 3 additions and 3 deletions
...@@ -3,9 +3,9 @@ def sum(money): ...@@ -3,9 +3,9 @@ def sum(money):
for i in money: for i in money:
count=count+i count=count+i
return count return count
print(i) price=[20,30,40,10,]
j=sum(price)
price(i)
......
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