l.append(arg) #add an element to the end of the list l.clear() #removes all items from the list l.copy() #return a copy of the list l.count(arg) #returns the count of number of items passed as an ...