Hacker News new | ask | show | jobs
by plikan13 4219 days ago
Before the conditional expression was introduced to Python I sometimes wrote things like

    foo = [baz, bar][qux is None]