# drawing.py # ---------- # By Tristan Gaeta # # This program makes an animation of a snake using Turtle graphics. from turtle import *