screen = pygame.display.set_mode((WIDTH, HEIGHT)) pygame.display.set_caption('The Wotwots Quiz') font = pygame.font.SysFont(None, FONT_SIZE) def draw_text(text, font ...