Add the Whizz Car extension to the workspace and connect your RC Car using the Bluetooth connection. Then switch to the Python code editor.
Create an instance of Whizz class, and using the object of the class, you can control the RC car.
Here are the list of the methods available in the Whizz class.
car = Whizz()
car.forward()
car.backward()
car.turn_left()
car.turn_right()
car.toggle_headlights()
car.toggle_turbo_mode()