Commit da2f5e00 by BellCodeEditor

save project

parent b024b619
Showing with 8 additions and 2 deletions
...@@ -25,9 +25,10 @@ def sum(money): ...@@ -25,9 +25,10 @@ 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
data=func.xxx()
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