How do we know this loop doesn't stop?

Because the keep_going variable doesn't update to False inside of the code blockBecause all while loops don't stopBecause the keep_going variable updates to False

Because the keep_going variable doesn't update to False inside of the code block.