import pygame import sys pygame.init() display = pygame.display.set_mode((300, 400)) display.fill((225, 225, 225))