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

Yehuda Katz report at bugs.python.org
Thu Aug 29 16:50:42 EDT 2019


Yehuda Katz <katye2007 at gmail.com> added the comment:

Nick, thank you. What you linked here is Logo, with different logic &
syntax than Python.
The hand analogy is interesting, thank you.
I rest my case and have good night from Israel.

Yehuda

On Thu, Aug 29, 2019 at 11:40 PM Nick Timkovich <report at bugs.python.org>
wrote:

>
> 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>
> _______________________________________
>

----------

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


More information about the Python-bugs-list mailing list