Like before, we'll use indentation to add instructions inside the while loop.

Let's add a print statement to the loop and see what happens.

Holy cow! Because the condition is always True, the loop never stops.