1.

The output of the code shown is similar to the alphabet _______________ import turtle t=turtle.Pen() t1=turtle.Pen() t2=turtle.Pen() t.forward(100) t1.forward(100) t2.forward(100) t1.left(90) t1.forward(75) t2.right(90) t2.forward(75)

A. X
B. N
C. T
D. M
Answer» D. M


Discussion

No Comment Found