点击运行
#!/usr/bin/python aList = [123, 'xyz', 'jiyik', 'abc', 'xyz']; aList.sort(); print "List : ", aList
运行结果 :
正在执行...