The output of the following Python code is similar to the alphabet . . . . . . . .<br><pre><code class="python">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)</code></pre>

Correct Answer: T