In Perl (and other languages) a conditional ternary operator can be expressed like this: my $foo = $bar == $b
If Python does not have a ternary conditional operator, is it possible to simulate one using other language co