忆往昔峥嵘岁月稠在Python的语言标准的Comparisions章节中提到 Also unlike C, expressions like a < b < c have the interpretation that is conventional in mathematics 也就是说,在C语言中要写成a < b && b < c的表达式,在Pyth