I\'m implementing A5/1 algorithm, I have the following function:
def to_binary(plain): print(plain) binary = str(\'\'.join(format(ord(x), \'b\') for x in