System Python

import os
os.environ.keys()
os.environ['TEMP']
os.environ['TEMP'] = r'c:\temp'
os.environ['TEMP']