Add Yahoo as a preferred source to see more of our stories on Google. There's "Dancing with the Stars" and then there's "Dancing with Pythons." Dancing with a Burmese python is how the Python Huntress ...
Does python have a syntax like this?<BR><BR>a=[logical_statement]?b:c<BR><BR>Where, in assigning a, it evaluates logical_statement for truth, and if true, assigns b to a, otherwise assigns c to a.