poetryEasy Playground

Dependency management with lockfile and virtual env

Getting started with poetryRun locally
Install
pip install poetry # or: pipx install poetry
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: poetry)

poetry is a third-party package. Dependency management with lockfile and virtual env. Install with: pip install poetry # or: pipx install poetry

Challenge

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