pyflakes — Easy Playground
Fast, lightweight linting for logical errors (no style)
Getting started with pyflakesRun locally
Install
pip install pyflakesPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: pyflakes)
pyflakes is a third-party package. Fast, lightweight linting for logical errors (no style). Install with: pip install pyflakes
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?