class Fruit: def __init__(self, color): self.color = color apple = Fruit("red", "apple", [1, 2, 3]) # [too-many-function-args]