Page 8 - Lesson Note - LISTS
P. 8

pop
               removes and returns element from the specified index, returns last element if index not specified or
               without parameter


























               Remove
               Removes first occurrence of an element from the list, returns value error if no match found
   3   4   5   6   7   8