Vidyalelo
Python · Q48

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 48

Q48

What will be the output of the following Python expression? bin(29)

A.
'0b10111'
B.
'0b11101'
Answer
C.
'0b11111'
D.
'0b11011'

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board