标签:str eve reverse 函数 反向 pytho 返回 python 列表 strong
1.list.sort([func])——函数用于对原列表进行排序,如果指定参数,则使用比较函数指定的比较函数。该方法没有返回值,但是会对列表的对象进行排序。
若想查看排序后的列表,可以执行print(“列表名”)进行查看。
2.list.reverse() ——函数用于反向列表中元素,该方法没有返回值,但是会对列表的元素进行反向排序。
标签:str eve reverse 函数 反向 pytho 返回 python 列表 strong
原文地址:http://www.cnblogs.com/christal-11/p/7650074.html