Peng Yu <[EMAIL PROTECTED]> writes:
> Perl has a command line help perldoc. I'm wondering if python has a
> similar help command.
The interactive interpreter has a "help" command, and a corresponding
"help" function which can be passed an object to display its
docstrings recursively and nicely-fo
Peng Yu wrote:
Perl has a command line help perldoc. I'm wondering if python has a
similar help command.
it's built into the interpreter, and Python tells you how to use it when
you start Python in interactive mode.
$ python
Python 2.5.1
Type "help", "copyright", "credits" or "license" for
Hi,
Perl has a command line help perldoc. I'm wondering if python has a
similar help command.
Thanks,
Peng
--
http://mail.python.org/mailman/listinfo/python-list