how to check if a tuple is present in a list code example Example: how to check if an item is present in a tuple >>> 2 in (2, 3, 4) True