Aleksandr Dubinsky's answer points to a syntax that can be nested multiple times, when you have more than two choices. In the following I need to return three possible values:
i = 2 s = "start" if i==0 else "end" if i == 10 else None print(s)