Using python
, I want to convert/interpret a string made of 0 and 1 as if it was binary.
Assume I have a string that looks like this:
>>>str = "010010000110010101101100011011000110111100100000010101110110111101110010011011000110010000100001"
I would like a function (or whatever) to retrieve Hello World!
.