Chinaunix首页 | 论坛 | 博客
  • 博客访问: 482212
  • 博文数量: 108
  • 博客积分: 25
  • 博客等级: 民兵
  • 技术积分: 1134
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-29 19:43
文章分类

全部博文(108)

文章存档

2016年(10)

2015年(9)

2014年(73)

2013年(16)

我的朋友

分类: Python/Ruby

2014-08-11 13:14:06


点击(此处)折叠或打开

  1. [root@20-11-13-9 ~]# python
  2. Python 2.6.6 (r266:84292, Jan 22 2014, 09:42:36)
  3. [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>>
  6. >>>
  7. >>> s=[('john','s',25),('jane','b',12),('dave','B',10)]
  8. >>> print sorted(s,key=lambda s:s[2])
  9. [('dave', 'B', 10), ('jane', 'b', 12), ('john', 's', 25)]
  10. >>>

阅读(981) | 评论(0) | 转发(0) |
0

上一篇:vim open file

下一篇:linux tailf命令

给主人留下些什么吧!~~