1.
- what color to fill drawing with.
- turtle.fillcolor
- write some text to the canvas.
- turtle.write
- start filling the shape.
- turtle.beginfill
- stops filling the shape.
- turtle.endfill
- change the paintbrush color.
- turtle.pencolor
Match every turtle function name with the description of what it does.
Feedback shows incorrect matches.