List system variable keys and set a system parameter key : System Variables : System PYTHON examples


PYTHON examples » System » System Variables »

 

List system variable keys and set a system parameter key



import os
os.environ.keys()

os.environ['TEMP']

os.environ['TEMP'] = r'c:temp'
os.environ['TEMP']


           
       



Leave a Comment / Note


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


PYTHON examples

 Navioo System
» System Variables