Thanks for your reply. Yes, I came across this page, but didn't understand
what is meant by the operating system dependent functionality. What does
that mean? Is importing that module that serious?

Thanks.

On Sun, Nov 16, 2014 at 11:02 PM, Chris Angelico <ros...@gmail.com> wrote:

> 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
>
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to