questionary — Easy Playground
Interactive CLI prompts (select, confirm, checkbox, text)
Getting started with questionaryRun locally
Install
pip install questionaryPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: questionary)
questionary is a third-party package. Interactive CLI prompts (select, confirm, checkbox, text). Install with: pip install questionary
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?