#Import os Library
import os
#print value of the environment variable key
print (os.getenv("HOME"))