import pygame from pygame.locals import * import random WIDTH = 700 HEICHT= 458 FPS = 30 pygame.init() pygame.mixer.init() screen = pygame.display.set_mode((WIDTH,HEICHT)) pygame.display.set_caption("