The operator ............... tells if an element is present in a sequence or not.
in
Reason — in is membership operator which returns True if a character or a substring exists in the given string else returns False.