Graficacion de un Cuadrado | Turtle Python

Paso 1: Abrimos una ventana de comandos e iniciamos el interprete de Python

from turtle import
fd(100)
from turtle import
rt(90); fd(100)
from turtle import
rt(90); fd(100)
from turtle import
rt(90); fd(100)