Vidyalelo
Python · Q87

Module in Python

Programming · Python · question 87

Q87

What will be the output shape of the following Python code? import turtle t=turtle.Pen() for i in range(1,4): t.forward(60) t.left(90)

A.
Rectangle
B.
Trapezium
C.
Triangle
D.
Square
Answer

Answer: Option D

Solution

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