This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Use a Counter to find the most common words in "The Wonderful Wizard of Oz" by | |
L. Frank Baum. | |
Available in plain text at: | |
https://ia700500.us.archive.org/2/items/thewonderfulwiza00055gut/wizoz10.txt | |
short link: http://bit.ly/thewonderfulwizard | |
Note: This code also counts the words in the header, so it's not a *realistic* |