Using the instance stored in the variable car, print the color variable.
car
color
Make sure to type print(car.color).
print(car.color)