Commit d979e1bd by BellCodeEditor

save project

parent a502f3c2
...@@ -21,6 +21,6 @@ def count(unit): ...@@ -21,6 +21,6 @@ def count(unit):
z=z+i z=z+i
return z return z
price=a_1() # price=a_1()
pay=count(price) # pay=count(price)
print('总价格'+str(pay)+'元') # print('总价格'+str(pay)+'元')
import func
w=func.a_1()
e=func.count(w)
print(e)
\ 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