type convert string to int to string

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/14 11:03 UTC
Read the original article Hit count: 149

Filed under:
|
|
#how to convert
x = "0x000000001" # hex number format
#to
y = "1"
# thanks

© Stack Overflow or respective owner

Related posts about beginner

Related posts about pythonic