The program takes a CSV file and the column number and then prints out the corresponding column contents.
$ python myprog.py [path of the CSV file] [column #]
Python version 3.5.1 Windows 10 with git bash
For CSV format checking: https://stackoverflow.com/questions/2984888/check-if-file-has-a-csv-format-with-python