pylint — Easy Playground
Comprehensive static analysis: errors, style, refactoring
Getting started with pylintRun locally
Install
pip install pylintPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: pylint)
pylint is a third-party package. Comprehensive static analysis: errors, style, refactoring. Install with: pip install pylint
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?