cara membaca file .exe dalam python

f = open('filename.exe', 'r+b') //'r+b' means read and write binary
Mushy Mockingbird