html = """ Free Note

Notes:

""" f = open("fnote.html", "w") f.write(html) print("Done") f.close()