delete all occurance of an element form list python code example Example: python delete all occurrences from list new_list = filter(lambda x: x != [1,1], a)