"append() - Add an element to the end of the list \n", "extend() - Add all elements of a list to the another list \n", "insert() - Insert an item at the defined index ...