Alchemist wrote:

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

true_value if condition else false_value

> Does Python 2.4 support it?

No, it requires 2.5 or later.

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

Reply via email to