inflect — Easy Playground
Pluralize words, number-to-words, a/an articles
Getting started with inflectRun locally
Install
pip install inflectPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: inflect)
inflect is a third-party package. Pluralize words, number-to-words, a/an articles. Install with: pip install inflect
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?