File Python

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