Commit b92dc8dc by BellCodeEditor

save project

parent 004a4654
Showing with 4 additions and 4 deletions
......@@ -19,6 +19,6 @@ def sum(money):
for i in money:
count=count+i
return count
# price=new_inport()
# pay=sum(price)
# print("您一共消费:",pay,"元")
\ No newline at end of file
price=new_inport()
pay=sum(price)
print("您一共消费:",pay,"元")
\ 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