Python Help!

Python has a great help utility.

We'll cover the following...

Python comes with a handy help utility. Just type “help()” (minus the quotes) into a Python shell and you’ll see the following directions (Python version may vary)

help()

Welcome to Python 2.6!  This is the online help utility.

If this is your first time using Python, you should definitely check
...