один лайнер, если еще замена в Python
>>> a = "Hello" if foo() else "Goodbye"
Scary Skunk
>>> a = "Hello" if foo() else "Goodbye"