fork download
  1. from binascii import hexlify, unhexlify
  2. okay = "c704de5f1eacc0403d0000da5cf60941"
  3. counter= int("0x"+hexlify(okay[9:10])+hexlify(okay[8:9]),16)
  4. print counter
  5.  
Success #stdin #stdout 0.02s 7192KB
stdin
Standard input is empty
stdout
25905