fork download
  1. import codecs
  2.  
  3. hex_string = "deadbeef"
  4. bytes_result = codecs.decode(hex_string, "hex")
  5. print bytes_result
Success #stdin #stdout 0.01s 7300KB
stdin
Standard input is empty
stdout
ޭ��