platform.uname() returns a tuple of (system, node, release, version, machine, processor). : Platform : Buildin Module PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Module » Platform »

 

platform.uname() returns a tuple of (system, node, release, version, machine, processor).


System refers to which OS is currently running
node refers to the host name of the machine
release refers to the major release of the OS
version refers to a string representing OS release information
machine and processor refer to the hardware platform information.

print platform.uname()



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Module
» Platform