首页
技术
登录
6mi
u
盘
搜
搜 索
技术
python类太方便了
python类太方便了
技术
2022-07-12
80
class Car(object): def __init__(self,color,type): self.color=color; self.type=type def printCarInfo(self): print("this car is {}".format(self.type)) print("color is {}".format(self.color)) car1=Car("red","BYD") car1.printCarInfo()
转载请注明原文地址:https://ipadbbs.8miu.com/read-22900.html
最新回复
(
0
)