#!/usr/bin/env python

import csv
rows = csv.reader(open("alfa.csv", "rb"), delimiter=',')

print list(rows)
