What Will Be The Output Of The Following Python Expression If #71
What will be the output of the following Python expression if x=15 and y=12?</p> <pre><code class="language-python">x & y </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 if x=15 and y=12?
x & y
b1101
0b1101
12
1101