Customize Microwave's implementation of heat() so that it turns on both the oven and the oven lights when called.
Microwave
heat()
Make sure to pick =, followed by True, and finally self.lightOn = True.
=
True
self.lightOn = True