CBSE Class 11 Computer Science
Question 27 of 98
Python Programming Fundamentals — Question 6
Back to all questions1,2,3,4,5,6
Reason — The order of precedence of arithmetic operators in Python is Parenthesis (), Exponential (**), Multiplication (*), Division (/), Addition (+), Subtraction (-).