
Fredy Esteban Naranjo Cifuentes
PreguntaTraceback (most recent call last):
File “C:\Users\famil\OneDrive\Escritorio\ejemplo_inicial.py”, line 3, in <module>
windows = turtle.screen()
AttributeError: ‘module’ object has no attribute ‘screen’
como lo puedo corregir

Gustavo Adolfo Abello Fernandez
@F3N4Ranj0 screen debe estar en Mayuscula la letra inicial "S".
Debe ser window = turtle.Screen()
Saludos