x = 1 y = 2 if x == 1 or y==2: print("Yes") else: print("No")