Page 7 - Lesson Note - LISTS
P. 7
reverse
reverses the order of element in a list
index
returns the index of the first matched item from the list
returns value error if item not found
sort
sorts the item of the list in ascending/descending order
clear
removes all elements of the list and clears the list
count
counts and returns how many times an element occurs in a list