Computer Science, asked by senishita2296, 1 year ago

Can we change operator precedence in Python?

Answers

Answered by Student213
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