首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > perl python >

Google's Python Class 四 (Python Sorting)

2012-09-08 
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:


热点排行