On Mon, Apr 1, 2013 at 8:21 AM, jojo <gerrymcgov...@gmail.com> wrote: > Thanks for your replies. Just to be clear this is for a interview and they > would like me to figure out what the code does and come back with some test > cases
That explains the utter lack of comments, then. In well-maintained code, you would simply read through the comments to get an idea of what it does. A couple of key things to look up: glob.glob and os.popen. When you know what they do, you should be able to get a broad understanding of the whole program. ChrisA -- http://mail.python.org/mailman/listinfo/python-list