Commit 91acd890 by BellCodeEditor

auto save

parent 47fad67d
Showing with 8 additions and 2 deletions
import turtle
\ No newline at end of file
...@@ -15,4 +15,8 @@ def sum(money): ...@@ -15,4 +15,8 @@ def sum(money):
count = 0 count = 0
for in i money: for in i money:
count += i count += i
return count return count
\ No newline at end of file
list1 = new_input()
resulu = sum(list1)
print(result)
\ 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