Commit 41fbd738 by BellCodeEditor

save project

parent bc5e9833
Showing with 8 additions and 2 deletions
......@@ -14,4 +14,10 @@ def new_input():
result = new_input()
print(result)
\ No newline at end of file
a=new_input()
def sum(money):
count = 0
for I in money:
count =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