file = open("books.csv","r") for row in file: print(row[3])