以下 Python 表达式中,哪项的值与其它三项不同( )
len(“my name is james”.split())
int(4.99)
sum([1,2,1,1])
max([1,2,3,4])