Hacker News new | ask | show | jobs
by ssanderson11235 3956 days ago
Heh, thanks. It's amazing how well-suited Python's for-loop is for emulating this behavior: `break` just does exactly what you want, and you can throw in an else-block where you'd use a default in another language.