Conditional iteration

Carl Banks pavlovevidence at gmail.com
Thu Dec 14 12:51:55 EST 2006


at wrote:
> By the way,
>
> I think by approving
>
> a = b if condition else c
>
> used to avloind
>
> if condition:
>         a = b
> else:
>         a = c
>
> which is dealing with same psychological problem, Guido also recognizes some
> need...

If you think that this change was made for "psychological" reasons, you
are terribly deluded.


Carl Banks




More information about the Python-list mailing list