[issue43906] turtle graphics don't work

2021-04-21 Thread Eric V. Smith
Change by Eric V. Smith : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue43906] turtle graphics don't work

2021-04-21 Thread Steven D'Aprano
New submission from Steven D'Aprano : 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

[issue43906] turtle graphics don't work

2021-04-21 Thread кофеёк
Change by кофеёк : -- components: Build files: Screenshot_16.png nosy: antiendershow221 priority: normal severity: normal status: open title: turtle graphics don't work type: compile error versions: Python 3.8 Added file: https://bugs.python.org/file49969/Screenshot_16.png _