Python Programming – Project 2 – Turtle Drawing

In this project, students will learn the basics of programming through 2-dimensional drawing using a library called turtle. Turtle will introduce fundamentals such as properties, parameters, and while loops.

As a library, turtle has many pre-made functions, or a collection of reusable code .

The functions students will learn are basic turtle properties such as pensize, pencolor, and speed. Students will also learn how to utilize basic movement functions such as forward, backward, right and left.