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