41.2k views
0 votes
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

User Dingle
by
7.7k points

1 Answer

5 votes
D. The X and Y coordinates of a point

goto(21,60)

will make the turtle go to that specific location.
User Damir Kotoric
by
8.0k points