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