Python python, 列表, 重复 Python去除列表中的重复项目 只需要一句话就可以达到效果: >>>L = [‘aaa’, R […] Read More Python去除列表中的重复项目 2010-10-240
Python python, 列表, 排序 Python中,对列表的排序 diguList = [(4, 'john'), (7, 'steve'), (2, 'alice')] so […] Read More Python中,对列表的排序 2010-10-220