Using instructions from the in-class lecture, create a module to test some of the basic functionality of Python's sys module. The estimated level of effort for this exercise shown in the 'Estimate' ...
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).