So here is my code
import codecs
m = 61626374667b7273345f69735f61773373306d337
print(m.decode("hex"))
And this is the error that I get, I'm not sure if it is a problem within the syntax or I didn't use the library well.
AttributeError: 'str' object has no attribute 'decode'