Which operators aside from == and != can we use for comparisons?
==
!=
>=
<=
<
>
True
False
We can use >=, <=, <, or >.