第十四章 对象-注意是__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
相关文章
相关标签/搜索