Of course, the __init__() method can use more parameters than self.
__init__()
self
Sweet! Arguments that we add to Car(), the instantiation operator, are passed on to the __init__() method.
Car()
What about the color parameter?
color