I've been trying to convert this string:
str = "68656c6c6f20776f726421"
to recover a ASCII value:
str = "hello word!"
I need some help with this please.
EDIT
Sorry for not giving more information, I'm a newbie, unfortunately.
but reading several pages of this wonderful site I found the solution.
the problem was that I got the string of a file, and a \n was printed, changing the length of the string.
Solution here: Python: binascii.a2b_hex gives "Odd-length string"