super().__init__(model, year, position) TypeError: __init__() missing 1 required positional argument: 'position'

后端 未结 0 1176
無奈伤痛
無奈伤痛 2020-12-20 21:18

I have a problem. Like that! code:

class Pass:
    def __init__(self, model, color, year, position):
        self.model = model
        self.color = color
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题