Google's Python Class 4 (Python Sorting)
原文:http://code.google.com/edu/languages/google-python-class/sorting.html
?
另一个例子 "str.lower" 将所有元素先转换为小写再排序
sort() methodsort()函数按照升序对list进行排序并且返回none:
发布时间: 2012-09-08 10:48:07 作者: rapoo
Google's Python Class 4 (Python Sorting)
原文:http://code.google.com/edu/languages/google-python-class/sorting.html
?
另一个例子 "str.lower" 将所有元素先转换为小写再排序
sort() methodsort()函数按照升序对list进行排序并且返回none: