Show HN: Switch-Case Construct in 3 Lines of Python (github.com) 3 points by ssanderson11235 11y ago ↗ HN
[–] maaaats 11y ago ↗ Oh, that's clever. Had to read it a couple times to see what was happening. [–] ssanderson11235 11y 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.
[–] ssanderson11235 11y 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.
2 comments
[ 27.6 ms ] story [ 59.0 ms ] thread