Recap

  • In this lesson, you learnt about turtle graphics which is a popular way of introducing beginners to the wonders of programming. It provides the ability to draw anything with code.
  • Turtle is a python library that comes with every python distribution. You just have to write ‘import turtle’ at the top of the file you want to use it in. 
Before we move onto Data Types and Variables – let’s see what you remember about the basics. Complete the Quiz below.
Drawn with turtle graphics