The Loop Game

y =
for x in range(0, 9, 1):
    plot(x, y)
    y =

87654321001234567886420
Welcome to The Loop Game. To play the game, fill in the text boxes to complete program. You win by creating a program that reproduces the given dots. Try it, press <Enter> to see your plot.