What Will Be The Value Of The Following Python Expressionp Pre #81
What will be the value of the following Python expression?</p> <pre><code class="language-python"> bin(10-2)+bin(12^4)</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.2.
What will be the value of the following Python expression?
bin(10-2)+bin(12^4)
0b10000
0b10001000
0b1000b1000
0b10000b1000