Equivalent to (a ? b : c) ?

sp00fD sp00fD at yahoo.com
Tue Dec 21 13:32:50 EST 1999


In article <83lnq7$c9d$1 at news1.tele.dk>,
  "Jesper Hertel" <jh at cddk.dk> wrote:
> I hope this was a joke. That kind of constructions is impossible to
read for
> other programmers, making the program hard to maintain.
>
How is this impossible to read?

a ? b : c
if a then b else c

?


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list