Vidyalelo
Python · Q150

Module in Python

Programming · Python · question 150

Q150

What will be the output of the following Python code? import turtle t=turtle.Pen() t.right(90) t.forward(100) t.heading()

A.
0.0
B.
90.0
C.
270.0
Answer
D.
360.0

Answer: Option C

Solution

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