+ 1
What are the binary files??
Binary files in python
3 Answers
+ 10
"Binary" files are any files where the format isn't made up of readable characters. Binary files can range from image files like JPEGs or GIFs, audio files like MP3s or binary document formats like Word or PDF. In Python, files are opened in text mode by default. To open files in binary mode, when specifying a mode, add 'b' to it.
+ 4
your welcomeâ€
+ 2
aspad thanks buddy