We can use == and != to compare pretty much any type, including numbers.
==
!=
Nice! Because 1 and 10 aren't the same, this comparison returns False.
1
10
False
Remember that we use the = sign to store values.
=