What Will Be The Output Of The Following Python Code If A10 And #83
What will be the output of the following Python code if a=10 and b =20?</p> <pre><code class="language-python">a=10 b=20 a=a^b b=a^b a=a^b print(a,b)</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.