What's missing in the loop's code block?

steps += 1steps -= 1print "And Ever! "steps = steps

Right you are! We have to increment steps so that the loop knows when to stop.

Not really. We have to increment steps so that the loop knows when to stop.