Environnement Python Sys

import os
print(os.environ['HOME'])
Confused Crane