In Python, In Operator Precedence between 'and' 'or' and 'not' | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

In Python, In Operator Precedence between 'and' 'or' and 'not'

Between 'and' 'or' and 'not' which has highest precedence and which has low

19th May 2018, 3:11 PM
Om Shejul
Om Shejul - avatar
2 Answers
+ 4
Check the table: https://docs.python.org/3/reference/expressions.html#operator-precedence
19th May 2018, 3:20 PM
Dev
Dev - avatar
19th May 2018, 4:17 PM
Rahul George
Rahul George - avatar