Vidyalelo
Python · Q28

Module in Python

Programming · Python · question 28

Q28

What will be the output of the following Python code? import turtle() t=turtle.Pen() t.goto(50,60) t1=t.clone() t1.ycor()

A.
0.0
B.
50.0
C.
60.0
Answer
D.
Error

Answer: Option C

Solution

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