python
python hex string to int
Нуеоп
2012. 5. 20. 11:17
h = "A034BFC3"
n = int(h, 16)