CBSE Class 11 Informatics Practices
Question 29 of 102
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 (-).