> On Jul 13, 9:54 am, Matimus <[EMAIL PROTECTED]> wrote:
>>num = 255
>>numlist = [num >> i & 1 for i in range(8)]
 

Godzilla wrote:
> Thanks matimus! I will look into it...
 

Watch out for the order, which might
or might not match your intent.

Cheers,
Alan Isaac
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to