First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, you can:

with open("/path/filename", 'r') as fin:
    print fin.read()