filmov
tv
12. Bit by Bit - Understanding the LEFT SHIFT bitwise operator

Показать описание
In this video we see the LEFT SHIFT bitwise operator in Python. This has the effect of multiplying by a power of two. We take several examples and also do a compare and contrast with the decimal numbers.