Hacker News new | ask | show | jobs
by koenigdavidmj 5658 days ago
They are using the old 'foo and bar or baz' style as a cheap substitute for the ternary operator. That should be 'bar if foo else baz' in modern Python.
1 comments

It’s an article from 2001....