In this class, students will learn how to create Spiral Art using the Turtle graphics library and For loop. Through this project, students will have the opportunity to apply their knowledge and create their own unique Spiral Art pieces. The lesson will cover the following topics:
Turtle is a graphic library for Python. Using Turtle, we can easily draw in a drawing board.
Now, let's explore some essential Turtle functions. We'll start by drawing a circle and filling it with a colour. We will use the following commands:
A for loop is used for iterating over a sequence or performing repetitive tasks. With the for loop, we can execute a set of statements, once for each item in a list or as many times as indicated.
This piece of code prints the same value 6 times
You have completed this project.