Vidyalelo
Python · Q91

Module in Python

Programming · Python · question 91

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
Answer

Answer: Option D

Solution

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