PEP 8 — Easy Playground
Style guide for Python code: naming, indentation, line length, imports
What is PEP 8?Run locally
Install
Visit https://peps.python.org/pep-0008/Python CodeRun locally
PEP 8 is part of the Python ecosystem. Style guide for Python code: naming, indentation, line length, imports.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?