Commit 6ca24493 by BellCodeEditor

save project

parent da2f5e00
...@@ -25,10 +25,9 @@ def sum(money): ...@@ -25,10 +25,9 @@ def sum(money):
price = xxx() price = xxx()
pay = sum(price) pay = sum(price)
# print("你一共消费了" + str(pay) + "元!扫码还是现金呢?")
# print("你一共消费了" + str(pay) + "元!扫码还是现金呢?")
#result = xxx() result = xxx()
print(result) print(result)
......
import func import func
data=func.xxx() \ No newline at end of file
score =func.sum(data)
print("这位选手的分数是:" + str(score)))
\ 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