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