Python去除列表中的重复项目 2010年10月24日 2010年10月24日 没有评论 没有评论 hliang hliang 只需要一句话就可以达到效果: >>>L = [‘aaa’, R […]
Python中,对列表的排序 2010年10月22日 2010年10月22日 没有评论 没有评论 hliang hliang diguList = [(4, 'john'), (7, 'steve'), (2, 'alice')] so […]