[issue37968] Add a turtle module function to draw a circle centered at the turtle

Nick Timkovich report at bugs.python.org
Thu Aug 29 16:40:13 EDT 2019


Nick Timkovich <prometheus235 at gmail.com> added the comment:

To clarify, there is an "ARC" command in Logo that draws a circle/circle segment *centered on* the turtle. Reference: http://fmslogo.sourceforge.net/manual/command-arc.html Examples: https://personal.utdallas.edu/~veerasam/logo/ That command is not/has not been implemented in Python's turtle graphics. 

As Eric mentioned, it could be considered a benefit as the principle of turtle graphics is that turtles have no arms to move the pen away from their body (adolescent abnormal assassin turtles, notwithstanding).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37968>
_______________________________________


More information about the Python-bugs-list mailing list