What Will Be The Output Of The Following Python Expressionp Pre #85
What will be the output of the following Python expression?</p> <pre><code class="language-python">~100?</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 output of the following Python expression?
~100?
101
-101
100
-100