Commit 6f047ed0 by BellCodeEditor

save project

parent 2d232936
Showing with 7 additions and 3 deletions
...@@ -14,5 +14,9 @@ def new_input(): ...@@ -14,5 +14,9 @@ def new_input():
return total return total
a=new_input() def sum(money):
print(a) count=0
\ No newline at end of file for i in money:
count+=i
return count
\ 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