how to create a file in python code code example Example: python open and read file with with open('pagehead.section.htm','r') as f: output = f.read()