Computer Science
'with' statement ensures that all the resources allocated to the file objects get deallocated automatically.
Related Questions
readlines() function returns a list of strings, each separated by "\n".
Data maintained inside the file is termed as "persistent" (permanent in nature) data.
csv module can handle CSV files correctly regardless of the operating system on which the files were created.
csv module gets automatically imported into the program for reading a CSV file.