Explain Bitwise operators in python!
Answers
Answered by
16
Bitwise operators in python :-
Bitwise operator 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. Then the result is returned in decimals formet.
✌ᴊᴀɴɴᴀᴛ_ᴊᴜʙᴀɪʀ_ʏᴛ✌
Similar questions