typer — Easy Playground
Build CLI apps with type hints; built on Click
Getting started with typerRun locally
Install
pip install typerPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: typer)
typer is a third-party package. Build CLI apps with type hints; built on Click. Install with: pip install typer
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?