Hacker News new | ask | show | jobs
by mixmastamyk 1637 days ago
Use with a short comment:

    for … :
        …
    else:  # break didn’t occur
        …
I typically make it even shorter, but this is probably the most readable.