Commit 05171ab4 by BellCodeEditor

save project

parent 6208f975
Showing with 6 additions and 0 deletions
...@@ -13,5 +13,10 @@ def new_i(): ...@@ -13,5 +13,10 @@ def new_i():
total.append(unit) total.append(unit)
print("-"*30) print("-"*30)
return total return total
def count(money):
count = 0
for i in money:
count = count + i
return count
result = new_i result = new_i
new_i() new_i()
\ 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