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

None

相关文章: