Add a display statement to the function print_specs to display the class variable color.
print_specs
color
Make sure to type print(self.color).
print(self.color)