Variables can store the result of equality comparisons too, such as result = 1 == 2.
result = 1 == 2
Make sure to pick result, followed by =, and finally ==.
result
=
==