Skip to content

Instantly share code, notes, and snippets.

View iuriguilherme's full-sized avatar

Iuri Guilherme iuriguilherme

View GitHub Profile
## https://mcsp.wartburg.edu/zelle/python/graphics.py
from graphics import *
import random
import time
# configurations
WIDTH = 1000
GRID_HEIGHT = WIDTH
HEIGHT = 470