from pathlib import Path code = r'''
''' path = Path("/mnt/data/muniquechef-header-sauber.html") path.write_text(code, encoding="utf-8") print(path)