Computer Science
Data maintained inside the file is termed as "persistent" (permanent in nature) data.
Python Data Handling
1 Like
Answer
True
Reason — Data maintained inside the file is termed as "persistent" data, i.e., it is permanent in nature. Python allows us to read data from and save data to external text files permanently on secondary storage media.
Answered By
2 Likes
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.