1 import pygame 2 pygame.init() 3 screen = pygame.display.set_mode((640,480)) 4 screen.fill((151, 255, 255)) 5 pygame.display.flip()