Bitwise or : Bit : Data Type PYTHON examples


PYTHON examples » Data Type » Bit »

 

Bitwise or


Bitwise or

x = 1        0001

x | 2        # bitwise OR: 0011

print x
           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Data Type
» Bit