Python Sys Environment

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