Q96
What will be the output of the following Python code? 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
AnswerD.
Error
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board