# Still Not Right

Python adds ternary if in 2.5, but it looks like this:

x = true_value if condition else false_value

Gah!

Sunday, July 02, 2006