sort()没有返回值

aList = [1,3,5,2,4]
aList = aList.sort()
print(aList)

None

原文地址:https://www.cnblogs.com/everfight/p/7552837.html