opetraing system type using python

31

>>> import platform
>>> platform.architecture()
>>> platform.python_version()
>>> platform.uname()

Comments

Submit
0 Comments