The < sign, for example, can tell us if the number on the left is less than the number on the right.
<
There! Because 1 is indeed less than 10, the comparison returns true.
1
10
true