Python Object Initialization · class fruit: · def __init__(self,color,shape): · color=color · shape=shape · def sayhi(self): · print(f"Hi.\nI am {self.color}and{self.
確定! 回上一頁