If the left string isn't equal to the right string, as in "subscribed" != "rejected", the result is True.
"subscribed" != "rejected"
True
Make sure to pick "subscribed", followed by !=, and finally "rejected".
"subscribed"
!=
"rejected"