Commit 6295d655 by BellCodeEditor

save project

parent a6d661fc
Showing with 6 additions and 0 deletions
......@@ -21,6 +21,12 @@ def sum(money):
for i in money:
count = count+ i
return count
price = xxx()
pay = sum(price)
print("你一共消费了" + str(pay) + "元!扫码还是现金呢?")
result = xxx()
print(result)
......
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