为什么?这不应该是真的吗?
>>> sub = [-1,-2,-3,-4,-5,-6] >>> print all(sub) < 0 False >>>
python built-in
built-in ×1
python ×1