documentation

K

km

Hi all,
i am coming from a Perl background. i am now learning python.
suppose in Perl, to look at the perdocumentation page for variables in perl one can get the info by invoking perldoc perlvar. how to search for same in Python ?
kindly enlighten,
thanks,
KM
 
B

Bruno Desthuilliers

km said:
Hi all,
i am coming from a Perl background. i am now learning python.
suppose in Perl, to look at the perdocumentation page for variables in perl one can get the info by invoking perldoc perlvar. how to search for same in Python ?
kindly enlighten,
thanks,
KM

Python 2.3.2 (#1, Oct 27 2003, 01:23:54)
[GCC 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)] on linux2
Type "help", "copyright", "credits" or "license" for more information..... """ print 42 and return None """
.... print 42
....
HTH
Bruno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,172
Messages
2,570,934
Members
47,478
Latest member
ReginaldVi

Latest Threads

Top