'2'<'1'== False #False ('2'<'1')== False #True '2'<('1'== False) #error
python3中的代码我们知道python3中的运算符优先级 https://docs.python.org/3/reference/expressions.html#operator-precedence
python-3.x
python-3.x ×1