Q48
What will be the output of the following Python expression? bin(29)
A.
'0b10111'
B.
'0b11101'
AnswerC.
'0b11111'
D.
'0b11011'
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board