Re: hex int and string
- From: jessica <cindyqjm@xxxxxxxxx>
- Date: Fri, 27 Nov 2009 19:43:26 -0800 (PST)
On 11月27日, 下午4时54分, luca72 <lucabe...@xxxxxxxxx> wrote:
hello i have a problem
i have this
str = 'D3'
and i need to trasform in 0xd3 type int and not type string how i can
do this?
if i do
hex(int(str,16) ) i obtain a string and this is not what i need.
thanks Luca
http://www.mbthome.net/ mbt shoes
.
- References:
- hex int and string
- From: luca72
- hex int and string
- Prev by Date: Re: Python C API, building a module
- Next by Date: Re: hex int and string
- Previous by thread: Re: hex int and string
- Next by thread: Re: hex int and string
- Index(es):
Relevant Pages
|