Introduction To Python - Learn Python the hard way v2.0
Title: ex12 extra credit
raw_input()reads a string fro standard input. The trailing newline is stripped.
If the user hits EOF., raise EOFError.

The pydoc module automatically generates documentation from Python modules. The documentation can be presented as pages of text on the console, served to a Web browser, or saved to HTML files.