from this How to access environment variable values?
i already tried
import os print(os.environ[\'HOME\'])
it\'s give me this error