opetraing system type using python code example
Example: opetraing system type using python
>>> import platform
>>> platform.architecture()
>>> platform.python_version()
>>> platform.uname()
>>> import platform
>>> platform.architecture()
>>> platform.python_version()
>>> platform.uname()