Commit 6f047ed0 by BellCodeEditor

save project

parent 2d232936
Showing with 7 additions and 3 deletions
......@@ -14,5 +14,9 @@ def new_input():
return total
a=new_input()
print(a)
\ No newline at end of file
def sum(money):
count=0
for i in 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