How to Access Unix Shell
Grégoire Dooms
dooms at info.LESS.ucl.SPAM.ac.be
Tue Jun 15 11:33:08 EDT 2004
Paul Watson wrote:
> Python 2.3.4 (#53, May 25 2004, 21:17:02) [MSC v.1200 32 bit (Intel)] on
> win32
> Type "help", "copyright", "credits" or "license" for more information.
>
>>>>import os
>>>>dir(os)
What about :
Python 2.3.3 (#2, Feb 24 2004, 09:29:20)
[GCC 3.3.3 (Debian)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> help(os)
More information about the Python-list
mailing list