Concept Flow - Environment variables usage
Start Program
Import os module
Read environment variable
Check if variable exists
Use value
Continue program
End Program
The program starts, imports os, reads an environment variable, checks if it exists, uses it or a default, then continues.