What is the order of precedence | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the order of precedence

in boolean logic (and, or, not) which has to be considered first plis tell. thank you

19th Apr 2017, 5:19 PM
stephen haokip
stephen haokip - avatar
2 Answers
+ 15
Operator Precedence The following table lists all of Python's operators, from highest precedence to lowest.
19th Apr 2017, 5:30 PM
feliciano
feliciano - avatar
+ 6
Almost at the bottom of this page, you find the whole precedence table: https://docs.python.org/3/reference/expressions.html
19th Apr 2017, 5:27 PM
Tob
Tob - avatar