Python Notes and Examples
← prev
ToC
next →
Environment Variables
import
os
os.getenv(
'HOME'
)
# => '/home/john'
← prev
ToC
next →