Moving a turtle to the center of a circle.
Posted
by Maggie
on Stack Overflow
See other posts from Stack Overflow
or by Maggie
Published on 2010-04-19T23:55:34Z
Indexed on
2010/04/20
0:03 UTC
Read the original article
Hit count: 284
python-3.x
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.
© Stack Overflow or respective owner