为什么语句在Python中1 in (1, 2, 3) == True返回False?Python中的运算符优先级是不明确的吗?
1 in (1, 2, 3) == True
False
python boolean-logic operator-precedence
boolean-logic ×1
operator-precedence ×1
python ×1