Commit 4da590f7 by BellCodeEditor

save project

parent f7f0c265
Showing with 5 additions and 5 deletions
......@@ -15,7 +15,8 @@ def new_input():
print(total)
return total
result = new_input()
print(result)
\ No newline at end of file
def sum(money):
count = 0
for i in money:
count = count + 1
return count
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