HomeDocumentation
Provides efficient support for the Python in operator.
in
Example usage:
if (1,2) in l: print("Tuple (1,2) is in tuplelist l")