Swee-heet! Using >=, we can check if a number is greater than or equal to another number. Conversely, we can use <= for less-than-or-equal-to comparisons.
>=
<=
Aren't we looking for an operator that unifies greater than or equal to?