Efficient bits manipulation in Python

Li Wang li.wang.d at gmail.com
Tue Apr 28 07:26:32 EDT 2009


Hi:

I have a bit-code :'1011011', how can I reverse it to '1101101'?

Another question is I know how to transform the string '110' into
integer 6, does anyone know how to transform integer 6 to a string
'110'?

Thank you very much:)


-- 
Li
------
Time is all we have
and you may find one day
you have less than you think



More information about the Python-list mailing list