Commit 24724bbe by BellCodeEditor

auto save

parent 7a0cbe25
Showing with 3 additions and 3 deletions
...@@ -17,6 +17,6 @@ def sum(money): ...@@ -17,6 +17,6 @@ def sum(money):
count += i count += i
return count return count
list1 = new_input() # list1 = new_input()
result = sum(list1) # result = sum(list1)
print(result) # print(result)
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