Computer Science, asked by ag3345735, 1 month ago

what is operator precedence in Python

Answers

Answered by hema40056
5

Explanation:

Python has well-defined rules for specifying the order in which the operators in an expression are evaluated when the expression has several operators.

Answered by Dharshan4316
3

Answer:

Python has well-defined rules for specifying the order in which the operators in an expression are evaluated when the expression has several operators. For example, multiplication and division have a higher precedence than addition and subtraction

Similar questions