A stream is defined as a sequence of characters.
2 Likes
False
Reason — A stream is defined as a sequence of bytes or bits.
Answered By
1 Like
Opening a file in append mode erases the previous data.
A file mode defines the type of operations that is to be performed on the file.
readlines() function returns a list of strings, each separated by "\n".
Data maintained inside the file is termed as "persistent" (permanent in nature) data.