OOP 4: Adding Methods
4.1. Add the working_engine class attribute inside the Car class and assign it a value of False.
4.2. Add a start_engine method to the Car class, that displays the message "Engine has started" and changes the working_engine value of the instance of class to True.
4.3. Add a stop_engine method to the Car class, that displays the message "Engine...
You should be an authorized user in order to see the full description and start solving this mission.