码迷,mamicode.com
首页 >  
搜索关键字:九九乘法表;sort排序。。    ( 1个结果
Python--小题练习
1、Python列表排序 reverse、sort、sorted 操作方法详解reverse(倒序/反转)>>>?>>> x=[1,2,3,4]>>> x.reverse()>>> print x[4, 3, 2, 1]>>>?sort(正序/小到大)>>>?&
分类:编程语言   时间:2017-12-24 14:39:33    阅读次数:185
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!