Commit 0f79f4ac by BellCodeEditor

save project

parent 050d7c49
Showing with 2 additions and 2 deletions
...@@ -18,8 +18,8 @@ result = new_input() ...@@ -18,8 +18,8 @@ result = new_input()
print(result) print(result)
for i in money(): for i in money():
count=count+1 count=count+1
return count return count
price=new_input() price=new_input()
pay=sum(price) pay=sum(price)
print("您一共消费了 + str(pay) + "元! 扫码还是现金呢?") print("您一共消费了 + str(pay) + "元! 扫码还是现金呢?")
new_input() new_input()
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