Python Forum
wn = turtle.screen() AttributeError: module 'turtle' has no attribute 'screen' - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: wn = turtle.screen() AttributeError: module 'turtle' has no attribute 'screen' (/thread-15908.html)



wn = turtle.screen() AttributeError: module 'turtle' has no attribute 'screen' - Shadower - Feb-06-2019

Hello
I am using Python 3, in Microsoft
I watched this guide on making a game in Python - https://www.youtube.com/watch?v=crV6T3piwHQ&t=114s
I had a problem right at the begging - https://pastebin.com/JyxczLvZ
The error I'm receiving -
wn = turtle.screen()
AttributeError: module 'turtle' has no attribute 'screen'
If ou need any additional information, please let me know
I am new to coding and to this forum, I hope I am asking in the right place and didn't break any rul. If I did, please let me know so I'll improve in the future


RE: wn = turtle.screen() AttributeError: module 'turtle' has no attribute 'screen' - woooee - Feb-06-2019

> AttributeError: module 'turtle' has no attribute 'screen'

That is correct. Do a web search for a turtle tutorial.