Commit 617457d7 by BellCodeEditor

save project

parent 2470b860
Showing with 5 additions and 2 deletions
......@@ -13,8 +13,11 @@ def xxx():
total.append(unit)
print("-"*30)
return total
def sum(money):
count = 0
for i in money:
count=count+i
return count
result=xxx()
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