If the help function is called in the console without any arguments, Python presents an interactive help console, where you can find out about Python modules, symbols, keywords and more.
>>> help()
Welcome to Python 3.4's help utility!
If this is your first time using Python, you sho...