If the string on the left is equal to the string on the right, as in "apple" == "apple", the result is True.
"apple" == "apple"
True
Make sure to pick "apple", followed by ==, and finally "apple".
"apple"
==