月归档:
2006年04月
| 记录数: 4
-
- Python下为字典排序
- Weather:阴 ,东南风 4-5级 ,最低气温4 ℃
- 2006-04-03
<p># (IMHO) the simplest approach:<br /> def sortedDictValues1(adict):<br /> items = adict.items()<br /> items.sort()<br /> return [value for key, value in items]<br /> <br /> # an alternative implementation, which<br /> # happens to run a bit faster for large<br /> # dictionaries on my machine:<br /> def sortedDictValues2(adict):<br /> ...</p>
- Views(5334) | Comments(0) | In Python相关
春天来啦,大连的春天来啦!都这份上了,祖国各地的大好河山哪儿不是春意盎然,有的地儿都夏了好些天了,俺这大连这儿才来春天,并且还可以用一下“乍暖还寒”来形容不是?