6 May
2020
6 May
'20
6:58 p.m.
Cajetan Rodrigues <caje731@gmail.com> added the comment: When I checked, I found the following: turtle.circle(50, 50) # counter-clockwise turtle.circle(-50, -50) # counter-clockwise turtle.circle(-50, 50) # clockwise turtle.circle(50, -50) # clockwise So it seems both radius and extent need to be of the same signage to effect a counter-clockwise draw. However, for the 2 cases where extent is negative, the draw happens through the turtle's tail rather than the head. Looks weird. ---------- nosy: +cajetan.rodrigues _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue40283> _______________________________________