I have the following list
list1 = [3,3,3,2,2,2,3,3,3,3,3,3,4,4,4]
And I need to delete the elements of the listsuch that it occu
list