The output of the following Python code is similar to the alphabet . . . . . . . .
import turtlet=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)

The output of the following Python code is similar to the alphabet . . . . . . . .

import turtlet=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)
Correct Answer T

Related Questions