College for Kids - Python: Lab 3

In this lab you will be using Turtle graphics to make a design.

Below I have listed the some commands you can use.
You guys are welcome to draw whatever you would like but, since we talked about loops today I would like to see one loop in your program.

Reminder: At the top of each program you need to write and capital letters matter! import turtle myPen = turtle.Pen()