Bitwise operators in python!
Bitwise operators are those operators which operate on integers interpreted as bits ( binary digits 0 and 1 ).
These operators operate bit by bit which means that the operands or the numbers to be operated on are converted to their binary representat...
developwithkanika.hashnode.dev3 min read