haw can i to do this:
for i in range(0, 128, 16): file.read(i)
with bytes?
and i have already done this:
prev = 0 k