> I'm still scratching my head over that PEP. Got a real-world code sample > that it would improve? Any loop that is currently written in the form while True: <statements> if condition: break more statements