What Will Be The Output Of The Following Python Codep Pre #924
What will be the output of the following Python code?</p> <pre><code class="language-python">import turtle t=turtle.Pen t.tilt(75) t.forward(100)</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Turtle Module - Quiz No.3.
What will be the output of the following Python code?
import turtle t=turtle.Pen t.tilt(75) t.forward(100)
A straight line of 100 units tiled at 75 degrees from the horizontal
A straight line of 100 units tilted at 15 degrees from the horizontal
A straight line of 100 units lying along the horizontal
Error