numéro de décalage python
x = 32
print(x<<1) #64
print(x>>1) #16
Clumsy Capuchin
x = 32
print(x<<1) #64
print(x>>1) #16