import csv

with open('example.csv') as csvfile:
    readCSV = csv.reader(csvfile, delimiter=',')