Commit 02c714fd by BellCodeEditor

auto save

parent 843d493b
def a(b): import func
c="迪和人格和人的"+b sbs=func.a()
d=a('小依') fwt=func.b(sbs)
print(d) print("总分"+str(fwt))
\ No newline at end of file \ No newline at end of file
...@@ -16,6 +16,6 @@ def b(money): ...@@ -16,6 +16,6 @@ def b(money):
for i in money: for i in money:
count=count+i count=count+i
return count return count
abc=a() #abc=a()
pay=b(abc) #pay=b(abc)
print("您消耗了"+str(pay)+"元,扫码") #print("您消耗了"+str(pay)+"元,扫码")
\ No newline at end of file \ 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