import pygame import random
screen.fill(WHITE)
# Define as constantes WIDTH, HEIGHT = 800, 600 WHITE = (255, 255, 255) RED = (255, 0, 0)
import pygame import random
screen.fill(WHITE)
# Define as constantes WIDTH, HEIGHT = 800, 600 WHITE = (255, 255, 255) RED = (255, 0, 0)