News

You can use the open() function to open a .csv format file and work on it as well. Here we introduce a Python module csv to work with .csv format files. import csv myfile = ...