Commit b6c49b65 by BellCodeEditor

save project

parent 5f2612d9
Showing with 3 additions and 3 deletions
......@@ -18,7 +18,7 @@ def sum(money):
for i in money:
count=count+i
return count
#price=new_input()
#pay=sum(price)
#print(("你一共消费:"+str(pay)))
price=new_input()
pay=sum(price)
print(("你一共消费:"+str(pay)))
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