A "for" with "list" question.

Emile van Sebille emile at fenx.com
Sat Aug 31 19:01:48 EDT 2002


Emile:
>
> print 'a & b ', a & b
> print 'a | b ', a | b
> print '(a | b) - (a & b) ',(a | b) - (a & b)
>

It gets better... ;-)

you can do a ^ b


Emile van Sebille
emile at fenx.com









More information about the Python-list mailing list