Vidyalelo
Python · Q143

Module in Python

Programming · Python · question 143

Q143

What will be the output of the following Python code? import turtle t=turtle.Pen() t.goto(300,9) t.position()

A.
300.00, 9.00
Answer
B.
9, 300
C.
300, 9
D.
9.00, 300.00

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board