pen
tells the turtle to trace out a colored line as it moves. Can you find an interesting pen color? There are 140 color names including most common color names like red
and blue
and black
, plus some unusual ones like gold
, seagreen
, aquamarine
, and rosybrown
.
Using a comma, you can add a number which is the pen thickness, in pixels: pen red, 10
. What does a really thick line look like?
Would you like to draw faster or slower? You can use the command speed 10
to tell the turtle to do 10 moves per second.