new_surface=pygame.transform.rotate(surface, angle) This function does not the rotate the surface/image directly, instead it returns a new surface object that has been rotated. To rotate our street image by 90 degrees (counter-clockwise) we need to pass in image object in the first parameter...