a = None b = None c = "third" print(a or b or c or "none")