write program using bitwise or operator in python
Answers
Answered by
1
here's ur answer dude
In Python, bitwise operators are used to perform bitwise calculations on integers. The integers are first converted into binary and then operations are performed on bit by bit, hence the name bitwise operators.
hope it helps
Similar questions