[issue41528] Use math module in turtle

Vedran Čačić report at bugs.python.org
Wed Aug 12 12:05:44 EDT 2020


Vedran Čačić <vedgar at gmail.com> added the comment:

Well, if you want to exploit Python features in full, I'd suggest cmath as even better library. Turtle position is just a complex numbers, and cmath has direct conversion from and to polar coordinates, which is all that's needed for basic commands. :-)

----------
nosy: +veky

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


More information about the Python-bugs-list mailing list