The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #575
The bitwise operator XOR returns 1 if one of the bit is 1 and other is 0 else returns False. (geeksforgeeks.org/python-bitwise-operators)
Which bitwise operator gives 1 if one of the bit is 1 and other is 0 else returns False?
— The Python Quiz (@thepythonquiz) December 12, 2020
AND
XOR
NOT
OR
None of the above#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅