import pygame as pg pg.init() prozor=pg.display.set_mode((400,400)) prozor.fill(pg.Color("White")) pg.display.update() pg.time.wait(5000) pg.quit()