remove a different occurrences of a list of values from a list python code example Example: python delete all occurrences from list new_list = filter(lambda x: x != [1,1], a)