Vidyalelo
Python · Q15

Python Operator Precedence: MCQs for Exam Prep

Programming · Python · question 15

Q15

What is the value of the following expression? 8/4/2, 8/(4/2)

A.
(1.0, 4.0)
Answer
B.
(1.0, 1.0)
C.
(4.0. 1.0)
D.
(4.0, 4.0)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board