通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
已知x=[[1,3,3],[2,3,1]],那么表达式 sorted(x,key=lambda item:item[0]+item[2])的值为____________。