Multiple choice Which of the following is needed to make the turtle's pen thickness 4? turtle.penWidth(4) turtle.width(4) turtle.size(4) turtle.pen(4) Reveal answer Fill a bubble to check yourself B Correct answer Explanation In the Python turtle module, the method to set the pen thickness is turtle.width() or turtle.pensize().