Data Type Python

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