The code below will print the width and height when we import the module. # pt.py class Rectangle(object): def __init__(self, w, h): self.width = w ...
確定! 回上一頁