toml / tomliEasy Playground

Read and write TOML configuration files

Getting started with toml / tomliRun locally
Install
pip install tomli # read-only; or: pip install toml
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: toml / tomli)

toml / tomli is a third-party package. Read and write TOML configuration files. Install with: pip install tomli # read-only; or: pip install toml

Challenge

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