On Mon, Nov 17, 2014 at 8:56 AM, Abdul Abdul <abdul.s...@gmail.com> wrote:
> I tried to refer to Python documentation for what "os" refers to, but, the
> explanation was not clear.

If it's something you import, what you want is the module of that
name. Searching the web for 'python os module' should bring you
straight to one of these:

https://docs.python.org/2/library/os.html
https://docs.python.org/3/library/os.html

(Use the first link for Python 2.x, the second link for 3.x. The
module has the same purpose in both.)

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to