def print_octets_number(octets, bytecode): """ octets stand for eight bits. """ memv = memory(octets).cast(bytecode) print( len(octets) / len(memv))