Turtle Graphics

import turtle
wn = turtle.Screen()
abdool = turtle.Turtle()
abdool.forward(100)
abdool.right (90)
abdool.forward(100)
abdool.right(90)
abdool.forward(100)
abdool.right(90)
abdool.forward(100)
abdool.right(90)
In the turtle graphics it allowed us to change the color, background, and how it moved.