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
1 Odpowiedź
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.