汽車類別; class Cars: # 建構式; def __init__(self):; self.color = "blue"; # 實體方法(Instance Method); def drive(self):; print(f"{self} is ...
確定! 回上一頁