Day 67: Read A Binary Filerobert / 8. März 20187. März 2018 / Basics, Daily Code We read a .png file: The Image: The code: # Read binary files binf = open("test.png", "rb") print(binf.read()) The output: