On Fri, Oct 24, 2014 at 1:38 AM, Steven D'Aprano
<steve+comp.lang.pyt...@pearwood.info> wrote:
> I don't get why that's considered hard to read.

> So why is it hard to read when the index is a flag?
>
> value = [f, g][cond]()

It's clear to you, it's clear to me, but is it clear to everyone?  I
very much doubt it.

Also, you've gone to the trouble of def'ing two functions here - you
may as well do a function for the if/else.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to