We can also compare variables that store strings with each other, like in fruit_1 == fruit_2.
fruit_1 == fruit_2
Make sure to pick fruit_1, followed by ==, and finally fruit2.
fruit_1
==
fruit2