考题
已知有函数定义defdemo(*p):returnsum(p),那么表达式demo(1,2,3)的值为______、表达式demo(1,2,3,4)的值为_________。
考题
表达式3in{1,2,3}的值为_________。
考题
表达式list(str([1,2,3]))==[1,2,3]的值为______________。
考题
表达式3notin[1,2,3]的值为__________。
考题
表达式{1,2,3}=={1,3,2}的值为___________。
考题
表达式{1,2,3}|{3,4,5}的值为_____________________。
考题
表达式set([1,2,3])=={1,2,3}的值为____________。
考题
表达式{1,2,3,4}-{3,4,5,6}的值为__________________。
考题
表达式{1,2,3}&{2,3,4}的值为___________。
考题
表达式set([1,2,2,3])=={1,2,3}的值为____________。
考题
表达式[1,2,3].count(4)的值为_______________。
考题
表达式[1,2]+[3]的值为__________________。
考题
表达式{1,2,3}{1,2,4}的值为()。
考题
表达式set([1,1,2,3])的值为()。
考题
在条件函数IIF(逻辑表达式,表达式1,表达式2)中,如果逻辑表达式的值为假,返回表达式1的值,否则返回表达式2的值
考题
填空题表达式list(str([1,2,3]))==[1,2,3]的值为()。
考题
填空题表达式set([1,2,3])=={1,2,3}的值为()。
考题
填空题表达式set([1,1,2,3])的值为()。
考题
填空题已知有函数定义defdemo(*p):returnsum(p),那么表达式demo(1,2,3)的值为()、表达式demo(1,2,3,4)的值为()。
考题
填空题表达式set([1,2,2,3])=={1,2,3}的值为()。
考题
填空题表达式{1,2,3}=={1,3,2}的值为()。
考题
填空题表达式[3]in[1,2,3,4]的值为()。
考题
填空题表达式{1,2,3}|{2,3,4}的值为()。
考题
填空题表达式{1,2,3}{1,2,4}的值为()。
考题
判断题表达式{1,3,2}{1,2,3}的值为True。A
对B
错