填空题

已知x=[[1,3,3],[2,3,1]],那么表达式sorted(x,key=lambdaitem:item[0]+item[2])的值为()。

正确答案

[[2, 3, 1], [1, 3, 3]]

答案解析