Commit 2be73f11 by BellCodeEditor

auto save

parent 9e59a2c5
Showing with 6 additions and 0 deletions
......@@ -14,5 +14,10 @@ def a():
finally:
print("-"*30)
return total
def sum(money):
b=0
for i in money:
b+b+i
b=a()
print(b)
\ 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