Bitwise Operations

Grant Edwards invalid at invalid.invalid
Mon Jul 29 17:53:33 EDT 2013


On 2013-07-29, Devyn Collier Johnson <devyncjohnson at gmail.com> wrote:

> On Python3, how can I perform bitwise operations? For instance, I want 
> something that will 'and', 'or', and 'xor' a binary integer.

http://www.google.com/search?q=python+bitwise+operations

-- 
Grant Edwards               grant.b.edwards        Yow! I have the power to
                                  at               HALT PRODUCTION on all
                              gmail.com            TEENAGE SEX COMEDIES!!



More information about the Python-list mailing list