What will be the value of the following Python expression?
bin(10-2)+bin(12^4)
        bin(10-2)+bin(12^4)A. 0b10000
B. 0b10001000
C. 0b1000b1000
D. 0b10000b1000
Answer: Option D
Related Questions on Bitwise and Boolean
bin(10-2)+bin(12^4)A. 0b10000
B. 0b10001000
C. 0b1000b1000
D. 0b10000b1000
Answer: Option D
Join The Discussion