Examveda What is the result of (2 + 3) * (5 - 1) ? A. 14B. 20C. 16D. 18Answer: Option A 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.
answer will be 20