What Is The Value Of The Following Expressionp Pre Langpython #54
What is the value of the following expression?</p> <pre><code class="language-python">8/4/2, 8/(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.1.
What is the value of the following expression?
8/4/2, 8/(4/2)
(1.0, 4.0)
(1.0, 1.0)
(4.0. 1.0)
(4.0, 4.0)