PROBLEM: The car is supposed to move when we click on it and either press the "space" key or the "v" key. However, when we do this, it doesn't move! YOUR MISSION: Look at the code and debug the program to make the car move when both we click on it and have either the "space" key or the "v" key pressed.
Fixed by replacing the operator that was being used for making the car move.