Ask Your Question

Revision history [back]

Yes, you can:

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