#Import os Library
import os
#Print the configuration value using os.confstr() method
print (os.confstr("CS_GNU_LIBC_VERSION"))
print (os.confstr("CS_PATH"))