网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

9、已知列表lst1=[8,5,7,2,10],lst2=sorted(lst1),则表达式lst2[-1]的值为:


参考答案和解析
[4, 3, 2, 1, 5] 或者 [4,3,2,1,5]
更多 “9、已知列表lst1=[8,5,7,2,10],lst2=sorted(lst1),则表达式lst2[-1]的值为:” 相关考题
考题 已知x=[[1,3,3],[2,3,1]],那么表达式sorted(x,key=lambdaitem:(item[1],-item[2]))的值为____________________________________。

考题 已知列表x=[1,3,2],那么执行语句a,b,c=sorted(x)之后,b的值为____。

考题 已知列表x=[1,2],那么表达式list(enumerate(x))的值为_______________。

考题 已知x为非空列表,那么表达式x.sort()==sorted(x)的值为__________。

考题 已知x为非空列表,那么表达式sorted(x,reverse=True)==list(reversed(x))的值一定是True。此题为判断题(对,错)。

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

考题 设列表框的名称为Lst1,则下列与List1Iext中的值相同的属性值()A)Listi ListcountB)List1 List(Listl Listindex)C)List1 List(listcount-1)D) List1 listindex

考题 表达式sorted({’a’:3,’b’:9,’c’:78})的值为()。

考题 已知函数定义def func(**p):return’’.join(sorted(p)),那么表达式func(x=1,y=2,z=3)的值为()。

考题 已知x={1:1,2:2},那么执行语句x[3]=3之后,表达式sorted(x.items())的值为()。

考题 表达式sorted({’a’:3,’b’:9,’c’:78}.values())的值为()。

考题 已知列表对象x=[’11’,’2’,’3’],则表达式max(x,key=len)的值为()。

考题 已知列表对象x=[’11’,’2’,’3’],则表达式max(x)的值为()。

考题 已知列表x=[1,3,2],那么执行语句a,b,c=map(str,sorted(x))之后,c的值为()。

考题 已知x={1:1,2:2},那么执行语句x.update({2:3,3:3})之后,表达式sorted(x.items())的值为()。

考题 已知x为非空列表,那么表达式sorted(x,reverse=True)==list(reversed(x))的值一定是True。

考题 填空题已知列表x=[1,3,2],那么执行语句a,b,c=map(str,sorted(x))之后,c的值为()。

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

考题 填空题已知x=[[1,3,3],[2,3,1]],那么表达式sorted(x,key=lambdaitem:(item[1],-item[2]))的值为()。

考题 填空题表达式sorted({’a’:3,’b’:9,’c’:78}.values())的值为()。

考题 填空题已知x={1:1,2:2},那么执行语句x.update({2:3,3:3})之后,表达式sorted(x.items())的值为()。

考题 填空题已知列表x=[1,3,2],那么执行语句a,b,c=sorted(x)之后,b的值为()。

考题 填空题表达式sorted({’a’:3,’b’:9,’c’:78})的值为()。

考题 填空题已知函数定义def func(**p):return’’.join(sorted(p)),那么表达式func(x=1,y=2,z=3)的值为()。

考题 填空题已知x为非空列表,那么表达式x.sort()==sorted(x)的值为()。

考题 填空题已知列表对象x=[’11’,’2’,’3’],则表达式max(x)的值为()。

考题 判断题已知x为非空列表,那么表达式sorted(x,reverse=True)==list(reversed(x))的值一定是True。A 对B 错

考题 填空题已知x={1:1,2:2},那么执行语句x[3]=3之后,表达式sorted(x.items())的值为()。