What Will Be The Output Of The Following Python Expressionp Pre #59
What will be the output of the following Python expression?</p> <pre><code class="language-python">24//6%3, 24//4//2</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Precedence and Associativity in Python - Python Precedence and Associativity - Quiz No.2.
What will be the output of the following Python expression?
24//6%3, 24//4//2
(1,3)
(0,3)
(1,0)
(3,1)