Python Course – Bitwise Operators

Bitwise operators work on bits. The integers are converted into binary and then the operations are performed on bits by bits. The output comes in the decimal form.