

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the snippet of code shown below? import turtle t=turtle.Pen t.tilt(75) t.forward(100) |
A. | A straight line of 100 units tiled at 75 degrees from the horizontal |
B. | A straight line of 100 units tilted at 15 degrees from the horizontal |
C. | A straight line of 100 units lying along the horizontal |
D. | Error |
Answer» D. Error | |