Of course, the __init__() method can use more parameters than self.

Sweet! Arguments that we add to Car(), the instantiation operator, are passed on to the __init__() method.

What about the color parameter?