Commit df2d1c4d by BellCodeEditor

save project

parent 2d90ab26
...@@ -20,5 +20,5 @@ def sum(money): ...@@ -20,5 +20,5 @@ def sum(money):
return count return count
price=suan_zhang() price=suan_zhang()
pay=sum(price) pay=sum(price)
print('You need to pay fucking'+str(pay)) #print('You need to pay '+str(pay))
import func
a=func.suan_zhang()
b=func.sum(a)
print('这位选手总得分是'+str(a))
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