Commit 42931cce by BellCodeEditor

auto save

parent 7778bb0c
Showing with 1 additions and 1 deletions
...@@ -32,5 +32,5 @@ def sum(money): ...@@ -32,5 +32,5 @@ def sum(money):
return count return count
total = new_input() total = new_input()
num = sum((total)) num = sum(total)
print(num) print(num)
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