KnowledgeBoat Logo
|

Computer Science

A binary file stores information in ASCII or Unicode characters.

Python Data Handling

1 Like

Answer

False

Reason — Binary files store data in a sequence of binary digits (bits and bytes), not in ASCII or Unicode characters.

Answered By

3 Likes


Related Questions