pydoc — Easy Playground
Built-in documentation generator; run 'pydoc module_name' from the terminal
What is pydoc?Run locally
Install
Run: python -m pydoc <module>Python CodeRun locally
pydoc is part of the Python ecosystem. Built-in documentation generator; run 'pydoc module_name' from the terminal.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?