The files inside binarni_soubory_1.zip demonstrate three core concepts:
struct.pack('i', 42) : Turns the integer 42 into a 4-byte sequence. binarni_soubory_1.zip
: Identifying a file type by its first few "magic" bytes. The files inside binarni_soubory_1