What will be the output of the following Python expression?
bin(29)
        bin(29)A. '0b10111'
B. '0b11101'
C. '0b11111'
D. '0b11011'
Answer: Option B
Related Questions on Bitwise and Boolean
bin(29)A. '0b10111'
B. '0b11101'
C. '0b11111'
D. '0b11011'
Answer: Option B
Join The Discussion