Commit 02c714fd by BellCodeEditor

auto save

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