Python Section 10-10 Pydoc: How to use pydoc on Windows?

Hello,

I am currently on the Python course’s Section 10-10 (Pydoc), but I cannot get pydoc to work on my Windows computer. Could anyone help? This is what I see:

Thanks

Try typing python -m pydoc

2 Likes

thank you for your help!

1 Like