#! /usr/bin/env python
import os
from stat import *
export x="hello"
os.environ['x'] = "hello"
export y="goodbye"
os.environ['y'] = "goodbye"
ÿ