1.

The output shape of the code shown above: import turtle t=turtle.Pen() for i in range(0,6): t.forward(100) t.left(60)

A. Hexagon
B. Octagon
C. Pentagon
D. Heptagon
Answer» B. Octagon


Discussion

No Comment Found