What Will Be The Output Of The Following Python Codep Pre #910
What will be the output of the following Python code?</p> <pre><code class="language-python">import turtle t=turtle.Pen() t.goto(300,9) t.position()</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.1.
What will be the output of the following Python code?
import turtle t=turtle.Pen() t.goto(300,9) t.position()
300.00, 9.00
9, 300
300, 9
9.00, 300.00