

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the following 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» E. | |