Data Type Python

x = 1        # 0001
x | 2        # bitwise OR: 0011
print x