L = ['spam', 'Spam', 'SPAM!']print L.append('please') # append method callprint LL.sort() # sort list items ('S' < 'e')print L