fork download
  1. s=str(616263)
  2. print "".join([chr(int(s[x:x+2],16)) for x in range(0,len(s),2)])
Success #stdin #stdout 0.09s 10936KB
stdin
Standard input is empty
stdout
abc