Python membuka dan membaca file dengan

with open('pagehead.section.htm','r') as f:
    output = f.read()
Good Goshawk