Vidyalelo
Python · Q140

Module in Python

Programming · Python · question 140

Q140

What will be the output of the following Python code? import turtle t=turtle.Pen() t.position() (100.00,0.00) t.goto(100,100) t.distance(100,0)

A.
0.0
B.
Error
C.
100.0, 100.0
D.
100.0
Answer

Answer: Option D

Solution

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