AttributeError:module 'turtle' has no attribute 'screen' | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

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

How can fix this error i was working on a python turtle project,and this error kept comin...how can i fix it

8th Nov 2021, 9:47 AM
Getachew ambachew
Getachew ambachew - avatar
1 Answer
0
use a different attribute. it literally says it doesn't have the "screen" attribute. The error shouldve also given you a line number. Go to that line and change it. Look up tkinter docs and look for the correct way to reference it. It may only be a letter case issue.
8th Nov 2021, 10:15 AM
Slick
Slick - avatar