Commit 17e8d948 by BellCodeEditor

auto save

parent 34320f71
......@@ -20,7 +20,8 @@ def sum(money):
for i in money:
count=count+i
return count
price=a()
pay=sum(price)
print("您一共消费了"+str(pay)+"元")
#print("您一共消费了"+str(pay)+"元")
import func
d=func.a()
s=func.sum(d)
print("这位选手的总分数为:"+str(s))
\ 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