PEP 20Intermediate Playground

The Zen of Python: guiding principles (import this)

Using PEP 20 effectivelyRun locally
Install
python -c 'import this'
Python CodeRun locally

Following best practices with PEP 20 ensures a productive development workflow.

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?