eliminate all elements from a list on the other list code example Example: python list remove all elements l = [1,2,3,4] l.clear()