What is Python's version for the trinary if..then..else operator?

I want a one-liner such as
  a?b:c
for the if..then..else control structure
if a
  then b
  else c

Does Python 2.4 support it?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to