Vidyalelo
Python · Q96

Module in Python

Programming · Python · question 96

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
Answer
D.
Error

Answer: Option C

Solution

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