Commit 91acd890 by BellCodeEditor

auto save

parent 47fad67d
Showing with 7 additions and 0 deletions
import turtle
\ No newline at end of file
...@@ -16,3 +16,7 @@ def sum(money): ...@@ -16,3 +16,7 @@ def sum(money):
for in i money: for in i money:
count += i count += i
return count return count
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