Google's Python Class 四 (Python Sorting)

Googles Python Class 4 (Python Sorting)原文:http://code.google.com/edu/languages/google-python-cla

Google's Python Class 4 (Python Sorting)

原文:http://code.google.com/edu/languages/google-python-class/sorting.html

?

另一个例子 "str.lower" 将所有元素先转换为小写再排序

sort() method

sort()函数按照升序对list进行排序并且返回none: