isort — Easy Playground
Auto-sort and organize import statements
Getting started with isortRun locally
Install
pip install isortPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: isort)
isort is a third-party package. Auto-sort and organize import statements. Install with: pip install isort
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?