Does python have a syntax like this? a=[logical_statement]?b:c Where, in assigning a, it evaluates logical_statement for truth, and if true, assigns b to a, otherwise assigns c to a. I haven't found ...