What Is The Value Of The Following Python Expression P Pre #74
What is the value of the following Python expression? </p> <pre><code class="language-python">bin(0x8)</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 is the value of the following Python expression?
bin(0x8)
‘0bx1000’
8
1000
‘0b1000’