

MCQOPTIONS
Saved Bookmarks
This section includes 4 Mcqs, each offering curated multiple-choice questions to sharpen your Python knowledge and support exam preparation. Choose a topic below to get started.
1. |
V$ |
A. | Inverted V |
B. | X |
C. | T |
Answer» D. | |
2. |
The function used to alter the thickness of the pen to ‘x’ units:$ |
A. | turtle.width(x) |
B. | turtle.span(x) |
C. | turtle.girth(x) |
D. | turtle.thickness(x) |
Answer» E. | |
3. |
A straight line of 100 units tiled at 75 degrees from the horizontal |
A. | A straight line of 100 units tilted at 15 degrees from the horizontal |
B. | A straight line of 100 units lying along the horizontal |
C. | Error |
Answer» C. Error | |
4. |
Which of the following functions results in an error? |
A. | turtle.shape(“turtle”) |
B. | turtle.shape(“square”) |
C. | turtle.shape(“triangle”) |
D. | turtle.shape(“rectangle”) |
Answer» E. | |