Commit c23bab42 by BellCodeEditor

save project

parent daf5c592
Showing with 1 additions and 1 deletions
...@@ -3,6 +3,6 @@ def sum(money): ...@@ -3,6 +3,6 @@ def sum(money):
for i in money: for i in money:
count=count+i count=count+i
return count return count
money=[12,42,56] money=[79,79,79,79,79]
sum(money) sum(money)
print(sum(money)) print(sum(money))
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