摘要: class Pizza(object): def __init__(self, radius, height): self.radius = radius self.height = height @staticmethod def compute_area(radius): return math 阅读全文
posted @ 2016-03-04 13:34 von · van 阅读(156) 评论(0) 推荐(0) 编辑