how to take the elements that is not in another list in python code example Example: python all elements not in list [x for x in item if x not in z]