black — Easy Playground
Opinionated formatter: one canonical Python style
Getting started with blackRun locally
Install
pip install blackPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: black)
black is a third-party package. Opinionated formatter: one canonical Python style. Install with: pip install black
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?