Hi, [EMAIL PROTECTED] wrote: > That's one way to do it. I did it that way because I have the > hex patterns memorized.
You should be able to generate your numbers like this:
number = int('0010010001000000100', 2)
mfg
- eth
--
http://mail.python.org/mailman/listinfo/python-list
