Can we change operator precedence in Python?
Answers
Answered by
0
For example, multiplication has higher precedence than subtraction. But we can change this order using parentheses () as it has higher precedence. The operator precedence in Python are listed in the following table.
Similar questions