As part of this project you will learn:
Those sets of instructions that the computer follows to do something are written in a Programming Language.
We will be learning a text-based programming language called Python.
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:
We will be using a for loop, to draw multiple circles. For loop allows to perform repetative tasks
In order to draw each circle on the different position we need to use the random module.
It's time to put your programming language knowledge to the test. We have an exciting quiz for you! Below is a list of programming language names, some of which are real, and others are fake. Your task is to distinguish between them. For Quiz click the following button:
You have completed this project.