Keyboard shortcuts are combinations of buttons you can press on your computer keyboard to complete certain actions, like opening and closing files, and copying and pasting text—things you would ...
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).