#python90daysplan#PythonHub #PythonProgramming #Python2021 #Pythonist
In those 90 days plan to become a data analytics engineer in Python I going to explain the different types of bitwise operators that are available. At the end of the session will get a clear idea about the left ship operator, right shift operator, and logical right shift operator in any programming language. Left shift operator multiplies a bit by two , Right shift operator divides a bit by two and a logical shift is a bitwise operation that shifts all the bits of its operand. The two base variants are the logical left shift and the logical right shift.