第十四章 對象-注意是__init__不是__int__

注意是__init__不是__int__ class HotDog:     def __init__(self):         self.cooked_level = 0         self.cooked_string = "Raw"         self.condiments = []     def cook(self,time):         self.cooked_le
相關文章
相關標籤/搜索