if x == 3:
    x += 1
    print("bye")
else:
    print("toodels")