Which of the following statements about the 'in' operator in Python is false?
A) The 'in' operator tests whether the tuple (7,11) contains the value of 'sum_of_dice'.
B) The operator's right operand can be any iterable.
C) The 'in' operator is case-sensitive.
D) The 'in' operator can be used with strings, lists, and tuples.