Commit 97fee8ad by BellCodeEditor

save project

parent e663b522
Showing with 1 additions and 1 deletions
...@@ -23,7 +23,7 @@ print(result) ...@@ -23,7 +23,7 @@ print(result)
def sum(qian) def sum(qian)
c=0 c=0
for i in qian: for i in qian:
c=c+1 c=c+i
return c return c
price=new_input() price=new_input()
pay=sum(price) pay=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