Vidyalelo
Python · Q27

Module in Python

Programming · Python · question 27

Q27

The function used to alter the thickness of the pen to 'x' units:

A.
turtle.width(x)
Answer
B.
turtle.span(x)
C.
turtle.girth(x)
D.
turtle.thickness(x)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board