Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Sys Gets os name ,which u using

if sys.platform.startswith('freebsd'):
    # FreeBSD-specific code here...
elif sys.platform.startswith('linux'):
    # Linux-specific code here...
elif sys.platform.startswith('aix'):
    # AIX-specific code here...
Source by docs.python.org #
 
PREVIOUS NEXT
Tagged: #Sys #Gets #os
ADD COMMENT
Topic
Name
6+6 =