python-decoupleEasy Playground

Separate settings from code; reads .env and .ini files

Getting started with python-decoupleRun locally
Install
pip install python-decouple
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: python_decouple)

python-decouple is a third-party package. Separate settings from code; reads .env and .ini files. Install with: pip install python-decouple

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?