import pygame
import sys

pygame.init()
display = pygame.display.set.mode((400, 300))
background = pygame.Surface((400,300))

font = pygame.font.SysFont("Verdana", 20)