if statement python shorten code example Example 1: python if else short version x = 10 if a > b else 11 Example 2: short if python a = '123' if b else '456'