Mega Code Archive

 
Categories / Python / Data Type
 

Bitwise AND

x = 1        # 0001 x & 1        # bitwise AND: 0001 print x