remove object from list pytrhon code example Example 1: python how to remove item from list list.remove(item) Example 2: python list remove all elements l = [1,2,3,4] l.clear()