Log In
Python 101: Interactively learn how to program with Python 3
/
...
/
os.name
os.name
We'll cover the following...
The os module has both callable functions and normal values. In the case of
os.name
...