import pygame pygame.init() gameDisplay = pygame.display.set_mode((800,600)) pygame.display.update() pygame.quit() quit()