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 steven.daprano
Recipients antiendershow221, steven.daprano
Date 2021-04-21.17:09:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619024974.54.0.889799580121.issue43906@roundup.psfhosted.org>
In-reply-to
Content
You have a bug in your code.

This is a bug tracker for bugs in Python, not a help desk for solving errors in your own code. In this case, the problem is that you have created a file called "turtle.py" which is shadowing the original turtle module. Rename your file and try again.

If you still have problems, please don't create bug reports here. Please discuss them at any of the many forums where you can get help, such as Reddit's r/learnpython, the Python mailing lists, or the Python Discuss. Thank you.

Also, in future please don't post screen shots of error messages. They are text: please copy and paste the text into your bug report. Thank you.
History
Date User Action Args
2021-04-21 17:09:34steven.dapranosetrecipients: + steven.daprano, antiendershow221
2021-04-21 17:09:34steven.dapranosetmessageid: <1619024974.54.0.889799580121.issue43906@roundup.psfhosted.org>
2021-04-21 17:09:34steven.dapranolinkissue43906 messages
2021-04-21 17:09:33steven.dapranocreate