EXERCISE: Draw a circle

In this exercise you will learn how to draw a circle using turtle graphics. Follow the steps below to draw a circle.

INSTRUCTIONS:

  1. In the IDE to the right, on the third line, write ‘turtle.circle(100)
  2. And then click RUN  
  3. Now draw a BIGGER circle. Try increasing the number from 100. Click RUN
  4. Then draw a SMALLER circle. Decrease the number from 100. Click RUN

That is how a circle is drawn. The number is the diameter of the circle. You can change the number to see how big or small the circle can get.