Say I get a random number between 1 and 127. I change the number to binary and remove the 0b from it with the fallowing code:
0b
key_one= int(raw_i
No you don't.
>>> '{0:07b}'.format(12) '0001100'