Answers for "get os information"

4

get os information python

>>> import platform
>>> platform.platform()
'Linux-3.3.0-8.fc16.x86_64-x86_64-with-fedora-16-Verne'
Posted by: Guest on October-30-2020

Code answers related to "get os information"

Python Answers by Framework

Browse Popular Code Answers by Language