fork download
  1. c = """11010000101110101101000110000000
  2. 11010000101110001101000010111111
  3. 11010001100000101101000010111110
  4. 11010000101111001101000010111110
  5. 11010000101111011101000010111000
  6. 11010000101110101101000010111110
  7. 11010000101111010010000001110000
  8. 01100100011001100000000000000000""".split('\n')
  9.  
  10. c = ''.join(c)
  11.  
  12. text_bytes = bytes(int(c[i:i+8], 2) for i in range(0, len(c), 8))
  13. print(text_bytes.decode('utf-8'))
  14.  
Success #stdin #stdout 0.02s 9388KB
stdin
Standard input is empty
stdout
криптомоникон pdf