L = ['spam', 'Spam', 'SPAM!']print L.append('please') # append method callprint LL.sort() # sort list items ('S' < 'e')print L
Name (required)
email (will not be published) (required)
Website