This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author veky
Recipients TrangOul, veky
Date 2020-08-12.16:05:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597248344.8.0.676385326159.issue41528@roundup.psfhosted.org>
In-reply-to
Content
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. :-)
History
Date User Action Args
2020-08-12 16:05:44vekysetrecipients: + veky, TrangOul
2020-08-12 16:05:44vekysetmessageid: <1597248344.8.0.676385326159.issue41528@roundup.psfhosted.org>
2020-08-12 16:05:44vekylinkissue41528 messages
2020-08-12 16:05:44vekycreate