I NEED AN ANSWER ASAP! (PYTHON) (20 POINTS)

Which of the following statements evaluates to true if the user picks a ham and cheese sandwich?

A - if(sandwich == "ham and cheese" and sandwich == "peanut butter and jelly"):
B - if(not(sandwich == "ham and cheese") and sandwich == "peanut butter and jelly"):
C - if(sandwich == "ham and cheese" or sandwich == "peanut butter and jelly"):
D - if(not(sandwich == "ham and cheese") or sandwich == "peanut butter and jelly"):