What should you use as the argument for the goto() command?


A. The distance in degrees the turtle should rotate


B. The number of sides the turtle should draw


C. The length in pixels of the line the turtle should draw


D. The X and Y coordinates of a point



Respuesta :

D. The X and Y coordinates of a point 

goto(21,60)

will make the turtle go to that specific location.