Commit 49d5420f by BellCodeEditor

save project

parent 53cd207b
Showing with 2 additions and 1 deletions
...@@ -19,5 +19,5 @@ def sum(money): ...@@ -19,5 +19,5 @@ def sum(money):
count = count + 1 count = count + 1
return count return count
price = new_input() price = new_input()
result = new_input() result = sum(price)
print("您一共消费了" +str(pay) + "元!扫码还是现金") print("您一共消费了" +str(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