You blit an image onto your surface to use as your background. Then you press button X to blit an image on the same surface, how do you erase the image? I have this so far,
I personally use
pygame.draw.rect(screen, (RgbColorHere), (x, y, width, height))