Concepts

import csv

A Python statement that loads the built-in csv module so your script can read and write spreadsheet-style files with rows and columns.

Return to all terms