When I write binary files in windows:<br><br><div style="margin-left: 40px;">file = open(r'D:\Data.bin','wb')<br>file.write('Random text')<br>file.close()<br></div><br>and then open the file it just shows up as normal text. There is nothing binary about it. Why is that? <br>
<br>Sorry if this is too much of a noobie question. I tried googling around but couldn't find an answer.<br><br><br><br>