Writing code to draw shapes in python is a great way of getting started because you have to think about the sequence (order) of instructions that you write.

Getting started is nice and easy: you have to make a turtle object and then give it instructions to move.

Here we’ve loaded the turtle drawing module and created a turtle object called t.

Now we can use this turtle object to draw any shape we can think of…