Commit 2db1fb28 by BellCodeEditor

auto save

parent a3c8b5cf
Showing with 9 additions and 6 deletions
...@@ -15,9 +15,11 @@ def new_input(): ...@@ -15,9 +15,11 @@ def new_input():
print(total) print(total)
return total return total
new_input() new_input()
def sum(money)
count=0
for i in money
count=count+1
return count
#p =
s = sum(new_input())
print(s)
\ 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