Commit 3bc39008 by BellCodeEditor

save project

parent e1bb752c
Showing with 5 additions and 2 deletions
...@@ -16,8 +16,11 @@ def new_input(): ...@@ -16,8 +16,11 @@ def new_input():
finally: finally:
return total return total
return = new_input() return = new_input()
def sum(money)
a=0
for in money:
a=a+i
return a
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