The os module provides a way of using operating system-dependent functionality like navigating, modifying, and querying the file system. The sys module provides access to some variables used or ...
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' ...