Commit 17e440be by BellCodeEditor

save project

parent 4187bd6f
Showing with 0 additions and 4 deletions
...@@ -17,6 +17,3 @@ def sum(money): ...@@ -17,6 +17,3 @@ def sum(money):
for i in money: for i in money:
count = count+i count = count+i
return count return count
a= new_input()
money = sum(a)
print(money)
\ 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