import turtle
fondo = turtle.Screen()
fondo.setup(width=500, height=500, startx=750, starty=300)
fondo.bgcolor("blue")
There's no TypeError
or NameError
in my project, so it's rare that this is happening. I'm using Pycharm for this project. Thank you