Examveda What is the result of 10 / (2 + 3) ? A. 2B. 1.5C. 5D. 0Answer: Option B Solution (By Examveda Team) Parentheses have the highest precedence, so the expression inside them is evaluated first. This Question Belongs to Python Program >> Precedence And Associativity
Solution (By Examveda Team) Parentheses have the highest precedence, so the expression inside them is evaluated first.
Join The Discussion