python how to negate a boolean code example Example: Python Booleans print(10 > 9) print(10 == 9) print(10 < 9)