How to convert hex string to integer in Python ?

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-04-14T11:00:45Z Indexed on 2010/04/15 4:03 UTC
Read the original article Hit count: 303

Filed under:
|
|
|

How to convert

x = "0x000000001" # hex number string

to

y = "1"

© Stack Overflow or respective owner

Related posts about python

Related posts about beginner