Created
November 3, 2011 20:21
-
-
Save okal/1337671 to your computer and use it in GitHub Desktop.
Using word_counter.py
This file contains hidden or 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
| from word_counter import word_counter | |
| print word_counter("The quick brown fox jumped over the lazy dog.") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment