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