import os print (os.name) print (os.getcwd()) print (os.environ) print (os.path)