# Good: my_boolean_value = 2 > 1 if my_boolean_value is True: print("A") else: print("B")