On Sat, Dec 7, 2013 at 1:28 PM, Steven D'Aprano
<steve+comp.lang.pyt...@pearwood.info> wrote:
> As for readability, I accept that ternary if is unusual compared to other
> languages...

All the C-derived ternary operators put the condition first, but
Python puts the condition in the middle. What that does for
readability I don't really know. Which is more important?

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to