在python 2 版本中出现

>>> a = [3, 4, 5]
>>> a >3
True

python 3中该问题不出现