append() - Add an element to the end of the list
extend() - Add all elements of a list to the another list
sort() - Sort items in a list in ascending order
reverse() - Reverse the order of items in the list
index() - Returns the index of the first matched item
count() - Returns the count of the number of items passed as an argument