os.platform()
Returns the operating system platform. Possible values are 'darwin'
, 'freebsd'
, 'linux'
, 'sunos'
or 'win32'
. Returns the value of process.platform
.
os.platform()
Returns the operating system platform. Possible values are 'darwin'
, 'freebsd'
, 'linux'
, 'sunos'
or 'win32'
. Returns the value of process.platform
.
Please login to continue.