L = ['spam', 'Spam', 'SPAM!']print L[2] # offsets start at zeroprint L[-2] # negative: count from the rightprint L[1:] # slicing fetches sections
Name (required)
email (will not be published) (required)
Website