import pygame pygame.init() screen = pygame.display.set_mode(resolution=(470, 700)) while True: pass pygame.quit()