

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the code shown below? import turtle() t=turtle.Pen() t.goto(50,60) t1=t.clone() t1.ycor() |
A. | 0.0 |
B. | 50.0 |
C. | 60.0 |
D. | Error |
Answer» D. Error | |