Files
project_drawing/drawing.py

19 lines
212 B
Python

# drawing.py
# ----------
# By Molly Chiarella
#
# (Briefly describe what this program does.)
import turtle
from turtle import *
number_of_steps = 500
dot_size = 100
width = 1000
height = 800
turtle.done()