autopep8 — Easy Playground
Auto-format to PEP 8 style
Getting started with autopep8Run locally
Install
pip install autopep8Python CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: autopep8)
autopep8 is a third-party package. Auto-format to PEP 8 style. Install with: pip install autopep8
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?