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' ...
Python built-in open function is the standard interface for working with files. open returns a file object with familiar methods for performing read/write operations. $ python args_01.py --help ['argv ...