def func(x):
    return "something" if x == 0 else "something else"