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 Yehuda
Recipients Yehuda
Date 2019-08-28.12:58:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566997100.11.0.991948132497.issue37968@roundup.psfhosted.org>
In-reply-to
Content
1 - turtle bug: If I don't put parenthesis at the end of a line, I don't get error message. Try this:
====================
from turtle import *
fd(50); rt
done()
====================

2 - request: Highly desirable a function that draws a circle with radius n  AROUND THE TURTLE.

Thank you and have a wonderful day.
History
Date User Action Args
2019-08-28 12:58:20Yehudasetrecipients: + Yehuda
2019-08-28 12:58:20Yehudasetmessageid: <1566997100.11.0.991948132497.issue37968@roundup.psfhosted.org>
2019-08-28 12:58:20Yehudalinkissue37968 messages
2019-08-28 12:58:19Yehudacreate