The Function Used To Alter The Thickness Of The Pen To X Units #926
The function used to alter the thickness of the pen to ‘x’ units:
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Turtle Module - Quiz No.3.
The function used to alter the thickness of the pen to ‘x’ units:
turtle.width(x)
turtle.span(x)
turtle.girth(x)
turtle.thickness(x)