流暢的python-讀書筆記unit1

from math import hypot class Vector: def __init__(self, x=0, y=0): self.x = x self.y = y def __repr__(self):#__repr__ 和 __str__ 的區別在於,後者是在 str() 函數被使用,或是在用 print 函數打印 一個對象的時
相關文章
相關標籤/搜索