Commit 47fad67d by BellCodeEditor

auto save

parent a7be6ad8
Showing with 9 additions and 0 deletions
...@@ -8,3 +8,11 @@ def func(): ...@@ -8,3 +8,11 @@ def func():
total.append(unit) total.append(unit)
print(total) print(total)
func() func()
def sum(money):
count = 0
for in i money:
count += i
return count
\ No newline at end of file
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