Commit 0e923b3b by BellCodeEditor

save project

parent fe182149
import func
data=func.a()
score=func.sum(data)
print('这位选手的总分为:'+str(score))
\ No newline at end of file
...@@ -22,4 +22,4 @@ def sum(money): ...@@ -22,4 +22,4 @@ def sum(money):
return count return count
price=a() price=a()
pay=sum(price) pay=sum(price)
print('您共消费了'+str(pay)+'元!') # print('您共消费了'+str(pay)+'元!')
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