Hi all, my first post here and I love this community already! :)
I have a questions, I'm doing the exercises in Learn Python The Hard Way by Zed What-his-name and I've just completed the exercise learni9ng about input() function. Part of my study drills is to type -m pydoc input into my terminal (I'm assuming to bring up help documentation on input function) but I get an error. Now the book is a bit old and in the version I have, Author says to (For Windows Powershell) run cmd python3.6 -m pydoc, and I have changed this to my version of Python but still no luck.
Am I doing something wrong? Only the Python Hunters can help me now
Не вдалося знайти фільм або серіал? Увійдіть, щоб додати.
Хочете оцінити чи додати до списку?
Немає облікового запису?
Відповідь від CourtJester79
28 січня 2022, 07:51
Found it! If anyone else is looking for the answer, on Wondows Powershell just type "python -m pydoc (document name). No need to put the version number! At least, with my version (3.9.9)
Love Pablo