Python - import 'csv'

Import csv

To import csv, Add the following line to the top of your code.

import csv

 

For more information about csv:
Python csv