Q91
What will be the output of the following Python code? import turtle t=turtle.Pen() for i in range(0,5): t.left(144) t.forward(100)
A.
Trapezium
B.
Parallelepiped
C.
Tetrahedron
D.
Star
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board