考题
列表l1=[1,2,3],则表达式1+li()A.[2,3,4]B.[1,1,2,3]C.[1,2,4]D.异常
考题
已知有函数定义defdemo(*p):returnsum(p),那么表达式demo(1,2,3)的值为______、表达式demo(1,2,3,4)的值为_________。
考题
表达式3in{1,2,3}的值为_________。
考题
假设已从标准库functools导入reduce()函数,那么表达式reduce(lambdax,y:x+y,[1,2,3])的值为____。
考题
表达式list(str([1,2,3]))==[1,2,3]的值为______________。
考题
表达式3notin[1,2,3]的值为__________。
考题
已知x=[[1,2,3,],[4,5,6]],那么表达式sum([i*jfori,jinzip(*x)])的值为______。
考题
表达式{1,2,3}=={1,3,2}的值为___________。
考题
表达式list(map(list,zip(*[[1,2,3],[4,5,6]])))的值为________________。
考题
已知函数定义deffunc(*p):returnsum(p),那么表达式func(1,2,3)的值为______。
考题
表达式set([1,2,3])=={1,2,3}的值为____________。
考题
表达式{1,2,3}&{2,3,4}的值为___________。
考题
表达式set([1,2,2,3])=={1,2,3}的值为____________。
考题
左肾位于()腰椎的左侧,腹侧有下行结肠和小肠,()位于肾的前端,内侧是后腔静脉。A1,2,3脾脏B1,2,3肝脏C2,3,4脾脏D2,3,4肝脏
考题
表达式list(’[1,2,3]’)的值是[1,2,3]。
考题
表达式{1,3,2}{1,2,3}的值为True。
考题
填空题表达式list(str([1,2,3]))==[1,2,3]的值为()。
考题
判断题表达式list(’[1,2,3]’)的值是[1,2,3]。A
对B
错
考题
填空题表达式set([1,2,3])=={1,2,3}的值为()。
考题
填空题已知函数定义def func(*p):return sum(p),那么表达式func(1,2,3)的值为()。
考题
填空题已知有函数定义defdemo(*p):returnsum(p),那么表达式demo(1,2,3)的值为()、表达式demo(1,2,3,4)的值为()。
考题
填空题已知x=[1,2,3],那么表达式not(set(x*100)set(x))的值为()。
考题
填空题表达式{1,2,3}{3,4,5}的值为()。