0
10
Get environment variable with default value
0 Comments
import os os.getenv("ENV_VARIABLE", default_value)