The focus of the lesson today is to use the Turtle to create a range of different mathematical shapes.
This lesson you will be learning how to use the pen command and thickness to get the turtle to move to different areas on the screen.
This lesson you will focus on learning how to use iteration (repetition) to get the program to repeat commands.
This lesson you will learn how to place an iterative loops within another. This is called nesting.
This lesson you will learn how to create and call procedures.
Over the next few lessons you are going to use Python and the Turtle module to create a season greeting card.