fork(1) download
  1. # 0J/QsNGA0YXQvtC80LXQvdC60L4=
  2. import random
  3. bn = ''.join(random.choice('01') for i in range(256))
  4. print(bn)
  5.  
  6. dn = int(bn, 2)
  7. print(dn)
  8.  
  9. hn = hex(dn)[2:].upper()
  10. print(hn)
Success #stdin #stdout 0.11s 14336KB
stdin
Standard input is empty
stdout
1001100001011000000100110001001000101101001100011001011000110000101110011111011110111011010100101000000111111100001100100000001000110100010101111101101101111001011110010011111101000011100000010101110001001010010011101100001111011011001011100111001001110010
68907167149576069785651775202332943223492957257773205484726563438340764234354
985813122D319630B9F7BB5281FC32023457DB79793F43815C4A4EC3DB2E7272