import pygame import random pygame.init()
Defines the display size with a width and height of 600, 600
size = width, height = 600, 6