What Will Be The Output Of The Following Python Expressionp Pre #67
What will be the output of the following Python expression?</p> <pre><code class="language-python">bin(29)</code></pre>
This multiple choice question (MCQ) is related to the book/course
gs gs109 Python.
It can also be found in
gs gs109 Bitwise & Boolean - Python Bitwise - Quiz No.1.
What will be the output of the following Python expression?
bin(29)
‘0b10111’
‘0b11101’
‘0b11111’
‘0b11011’