x if cond else y
But I do wish they would have not set aside generalized unpacking.
idk... you can write a huge ugly if-elif-else like this:
a if foo else b if bar else c if quux else d