Commit a3f4d281 by BellCodeEditor

save project

parent 0921572b
Showing with 2 additions and 0 deletions
...@@ -17,6 +17,8 @@ def new_input(): ...@@ -17,6 +17,8 @@ def new_input():
count=0 count=0
def sum(money): def sum(money):
count=0 count=0
for i in money:
count=count+i
return count return count
price=new_input() price=new_input()
sum(price) sum(price)
......
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