pydoc — Intermediate Playground
Built-in documentation generator; run 'pydoc module_name' from the terminal
Using pydoc effectivelyRun locally
Install
Run: python -m pydoc <module>Python CodeRun locally
Following best practices with pydoc 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?