File Python

f = open(r'c:\text\somefile.txt')
print f.read()
f.close()