Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.68 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. String
  2. it was the best of times it was the worst of times it was the age of wisdom it was the age of foolishness
  3.  
  4. List
  5. ['it', 'was', 'the', 'best', 'of', 'times', 'it', 'was',
  6. 'the', 'worst', 'of', 'times', 'it', 'was', 'the', 'age',
  7. 'of', 'wisdom', 'it', 'was', 'the', 'age', 'of',
  8. 'foolishness']
  9.  
  10. Frequencies
  11. [4, 4, 4, 1, 4, 2, 4, 4, 4, 1, 4, 2, 4, 4, 4, 2, 4, 1, 4,
  12. 4, 4, 2, 4, 1]
  13.  
  14. Pairs
  15. [('it', 4), ('was', 4), ('the', 4), ('best', 1), ('of', 4),
  16. ('times', 2), ('it', 4), ('was', 4), ('the', 4),
  17. ('worst', 1), ('of', 4), ('times', 2), ('it', 4),
  18. ('was', 4), ('the', 4), ('age', 2), ('of', 4),
  19. ('wisdom', 1), ('it', 4), ('was', 4), ('the', 4),
  20. ('age', 2), ('of', 4), ('foolishness', 1)]