Examveda

What will be the value of the following Python expression?
bin(10-2)+bin(12^4)

A. 0b10000

B. 0b10001000

C. 0b1000b1000

D. 0b10000b1000

Answer: Option D


This Question Belongs to Python Program >> Bitwise And Boolean

Join The Discussion

Related Questions on Bitwise and Boolean