Some Turtle Commands you can Try

Here are some more turtle commands you can try out:

Set the background colour of your window

Moving forward and back, Turning left and right

Moving to a position

Point in a direction

    Note heading 0 points to the right, 90 is straight up etc

Pen Commands

When the turtle has its pen up, it moves without drawing.

Erasing

Other commands to experiment with

  • home()
  • circle()
  • dot()
  • speed()
  • reset()
  • bgpic()
  • color()
  • fillcolor()
  • begin_fill()
  • end_fill()
  • stamp()
  • clearstamp()
  • clearstamps()

 

 
Take care not to type any spaces at the beginning of any lines.  Python is very fussy about where you start your lines.
Here are some programs for you to try out:

Write and save your own programs to draw:

  • A Triangle
  • A Filled Hexagon
  • Your initials

 

Write programs to do the following drawings: