On Oct 4, 11:54 pm, Wijaya Edward <[EMAIL PROTECTED]> wrote:
> Hi,
>
> One can do the following with Perl
>
> $ perldoc -f chomp
> $ perldoc -f function_name
>
> or
>
> $ perldoc List::MoreUtils
> $ perldoc Some::Module
>
> Can we do the same thing in Python?

You can use the help() function at the Python interactive prompt.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to