tags:

views:

29

answers:

1

I've just started using the turtle graphics program, but I can't figure out how to move the turtle automatically to the center of a circle (no matter where the circle is located) without it drawing any lines. I thought I could use the goto.() function but it's too specific and I need something general.

+2  A: 

Use penup to lift the pen and draw nothing while moving.

outis