fork download
  1. binary_data = (
  2. '01100110 01101001 01101110 01100100 00100000 01100001 00100000 '
  3. '01101000 01101111 01100010 01100010 01111001 00100000 01100110 '
  4. '01101111 01110010 00100000 01100111 01101111 01100100 00100111 '
  5. '01110011 00100000 01110011 01100001 01101011 01100101 '
  6. '00001010 ' # I added this on purpose
  7. '01100110 01101001 01101110 01100100 00100000 01100001 00100000 '
  8. '01101000 01101111 01100010 01100010 01111001 00100000 01100110 '
  9. '01101111 01110010 00100000 01100111 01101111 01100100 00100111 '
  10. '01110011 00100000 01110011 01100001 01101011 01100101 '
  11. '00001010 ' # same here
  12. '01100110 01101001 01101110 01100100 00100000 01100001 00100000 '
  13. '01101000 01101111 01100010 01100010 01111001 00100000 01100110 '
  14. '01101111 01110010 00100000 01100111 01101111 01100100 00100111 '
  15. '01110011 00100000 01110011 01100001 01101011 01100101 ')
  16.  
  17. print(''.join([chr(int(a_byte,2)) for a_byte in binary_data.split()]))
Success #stdin #stdout 0.02s 9388KB
stdin
Standard input is empty
stdout
find a hobby for god's sake
find a hobby for god's sake
find a hobby for god's sake