Commit 6ca24493 by BellCodeEditor

save project

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