Pythonの環境変数の処理

環境変数をセット

環境変数を取得

'test'

環境変数を削除

'test'
>>> os.environ.get('TEST')