Many people love Notepad for its simplicity, but others avoid it for the same reason. Even though Microsoft has now blessed ...
os.path.join (folder, filename) ensures the path is correct for the system. On Windows, it uses backslashes (reports\summary.txt); on Linux and macOS it uses forward slashes (reports/summary.txt).