What are the names of the instances in the following code? Please put one instance per blank space and enter them in the order that the computer would read them. import turtle
wn = turtle.Screen()
jazz = turtle.Turtle()
jazz.forward(50)
jazz.right(90)
pop = turtle.Turtle()
pop.left(180)
pop.forward(76)