New submission from Steven D'Aprano <steve+pyt...@pearwood.info>:

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.

----------
nosy: +steven.daprano
resolution:  -> not a bug
stage:  -> resolved
type: compile error -> behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43906>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to