+ 1
Is 'b' mode okay?
If we use only 'b' then what will be the output?
1 Réponse
+ 3
You will only get the byte string of a file, opening file in read byte "rb" mode should not have any effect to the file. But opening the file in write byte "wb" will clear the data from the file.