A binary file stores information in ASCII or Unicode characters.
1 Like
False
Reason — Binary files store data in a sequence of binary digits (bits and bytes), not in ASCII or Unicode characters.
Answered By
2 Likes
It is not necessary to always create the file in the same default folder where Python has been installed.
In binary file, there is no delimiter for a line.
readline() reads the entire file at a time.
A close() function breaks the link of the file object and the file on the disk.