Python Quiz 50 #pythonquiz #learningpython

preview_player
Показать описание
In Python,

Which bitwise operator can be used to set the least significant bit of a number to 1 in Python?

a) | (Bitwise OR) with 1
b) & (Bitwise AND) with 1
c) ^ (Bitwise XOR) with 1

Bitwise Operators #pythonoperators #learningpython #python
Рекомендации по теме