import pygame import sys pygame.init() screen=pygame.display.set_mode((400, 300)) while true: ##procesing ##events ##rendering