x=True y=False print(x and y) print(x or y) print(not x) print(10>5 and 10<20)