header = open('index.h', 'w') print("#pragma once", file = header) print("#include ", file = header) print("#include ", file = header)