If the string on the left is equal to the string on the right, as in "subscribed" != "subscribed", the result is False.
"subscribed" != "subscribed"
False
Make sure to pick !, followed by =.
!
=