Which operators aside from == and != can we use for comparisons?

We can use >=, <=, <, or >We can't use any other operatorsThe True and False values

We can use >=, <=, <, or >.