Y
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
jacobolus
5658 days ago
It’s an article from 2001....
link