The self parameter is mandatory unless you explicitly tell python that the method is static. class Player: def __init__(self, name): self.name = ...
確定! 回上一頁