# (Drawing project) Creating an animation using Turtle graphics ## Description I would like to create an animation of a slithering snake because it is something that could be generated procedurally using parametric functions. ## Planning I'll need to break the snake up into its components --probably a head, body, and tail-- and then try to create the slithering animation using like a sine function. I also might need to consider the orientation of the head/tail to get a better result