Commit 6db6d1ed by BellCodeEditor

save project

parent 4ca0f104
Showing with 3 additions and 0 deletions
...@@ -18,4 +18,6 @@ def sum(list): ...@@ -18,4 +18,6 @@ def sum(list):
sump += i sump += i
return sump return sump
price = new_input() price = new_input()
sumprice = sum(price)
print(sumprice)
new_input() new_input()
\ 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