If the condition is always True, the loop never stops. Let's change that.

Sweet! But now the loop stops right after its first run. Let's make it run at least a few more times.

If the value of run remains True, the loop will keep running.