In the move method, you should have a randomly generate x which is the distance the car moves horizontally. As the car only moves horizontally, y will be 0. So you will have something like this:
self....move(x,0)
You will have to move all the four parts of the car ( Body, top, frontWheel, backWheel)