1.

What will be the output shape of the code shown below? 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» E.


Discussion

No Comment Found