0
Python.just find the answer☺️☺️☺️ and tell me how it comes.
Print(6^3)
7 Respostas
+ 3
Hi SIDDHARTH!
This(^) is called EXclusive OR(XOR), a bitwise operator. It returns true only when two bits are different means if the bits are the same, 0 is returned otherwise it returns 1.
Here, 6^3 
6 -> 00000110
3 -> 00000011
______________
        00000101 -> 5
So, output is 5
+ 2
Dholu Hunn  your's is wrong see python learner's answer
+ 2
6^3 is just 6*3 hence it is 6×6×6 which is equal to 216
+ 1
216??
+ 1
Nope.
+ 1
Ha😊JUMP_LINK__&&__Python__&&__JUMP_LINK Learner  .your answer is correct 👍👏👏👏🤝
0
SIDDHARTH A okay







