Python Forum

Full Version: wn = turtle.screen() AttributeError: module 'turtle' has no attribute 'screen'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
> AttributeError: module 'turtle' has no attribute 'screen'

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