PEP 20 — Easy Playground
The Zen of Python: guiding principles (import this)
What is PEP 20?Run locally
Install
python -c 'import this'Python CodeRun locally
PEP 20 is part of the Python ecosystem. The Zen of Python: guiding principles (import this).
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?