surface image = pygame.image.load("image_name.format")
then copy image surface to screen
surface. screen.blit( source_surface , (position_x,position_y) )
Tutorial source
surface image = pygame.image.load("image_name.format")
surface. screen.blit( source_surface , (position_x,position_y) )