Use __init__ when you need to control initialization of a new instance. class Shape: def __new__(cls, sides, *args ...
確定! 回上一頁