2011年5月31日

摘要: dic = {'a':31, 'bc':5, 'c':3, 'asd':4, '33':56, 'd':0}sorted(dic.iteritems(), key=lambda d:d[1], reverse = False ) 阅读全文
posted @ 2011-05-31 12:48 xuq 阅读(136) 评论(0) 推荐(0)

导航