I\'m trying to learn Python by going through Zed Shaw\'s \"Learn Python the hard way\" and I\'m stuck at what may seem as a very trivial thing. I\'m unable to find any info on t
Note the formatting in Exercise 15:
Run pydoc file and scroll down until you see the read() command (method/function)...
pydoc file
read()
This is not accidental; the command you need is right there:
python -m pydoc file # ^ note argument