"Apples" and "Apples" are the same, which is why != returns False.
"Apples"
!=
False
Are the strings on either side of the != operator?