Commit a6d661fc by BellCodeEditor

save project

parent 2ca56dda
Showing with 5 additions and 0 deletions
...@@ -16,6 +16,11 @@ def xxx(): ...@@ -16,6 +16,11 @@ def xxx():
return total return total
def sum(money):
count = 0
for i in money:
count = count+ i
return count
result = xxx() result = xxx()
print(result) 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