Sail E0 Webinar
Question
The output of the code shown 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)
Options:
A .  X
B .  N
C .  T
D .  M
Answer: Option C


In the above code, three pens have been used to create a shape similar to the letter 'T'. All the three straight lines are mutually perpendicular.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers