[Python]Python Class Def簡易筆記 ... class Dog(Animal): def __init__(self,name,sound): super().__init__("小狗"+name) self.sound=sound def ...
確定! 回上一頁