Answers for "get os information python"

3

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

Python Answers by Framework

Browse Popular Code Answers by Language