码迷,mamicode.com
首页 > 其他好文 > 详细

listsort(甲级)

时间:2018-12-02 14:19:35      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:pytho   print   .so   list   [1]   input   lists   class   end   

num=input().split()
x=int(num[0])
y=int(num[1])
a=[]
while x>0:
    st=input()
    a.append(st.split())
    x=x-1

a.sort(key=lambda s:s[y-1])
print(a)

 

listsort(甲级)

标签:pytho   print   .so   list   [1]   input   lists   class   end   

原文地址:https://www.cnblogs.com/zju21860/p/10053071.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!