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

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

表达式str([1,2,3])的值为()。


参考答案

更多 “表达式str([1,2,3])的值为()。” 相关考题
考题 已知有函数定义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]的值为__________。

考题 表达式sorted([111,2,33],key=lambdax:len(str(x)))的值为________________。

考题 表达式{1,2,3}=={1,3,2}的值为___________。

考题 表达式set([1,2,3])=={1,2,3}的值为____________。

考题 表达式set([1,2,2,3])=={1,2,3}的值为____________。

考题 表达式Str(Len("12345"))+Str(88.8)的值为______。

考题 (6)表达式Len(Str(1.3))Mod2的值为。

考题 表达式list(’[1,2,3]’)的值是[1,2,3]。

考题 若有定义:charstr1[6]="abcdm",*ps,*str2="abcdef";则()是正确的A、strcpy(str1,str2)B、表达式strcmp(str1,str2)的值大于0C、str1=str2D、表达式strlen(str1)的值为6

考题 已知str的值为”abcdefgh”,则表达式str.Substring(1,3)的值为()

考题 已知函数定义defdemo(x,y,op):returneval(str(x)+op+str(y)),那么表达式demo(3,5,’+’)的值为()。

考题 表达式int(str(34))==34的值为()。

考题 表达式{1,3,2}{1,2,3}的值为True。

考题 表达式’%s’%[1,2,3]的值为()

考题 表达式isinstance(’Helloworld’,str)的值为()。

考题 表达式[str(i)for i in range(3)]的值为()。

考题 填空题表达式list(str([1,2,3]))==[1,2,3]的值为()。

考题 填空题表达式set([1,2,3])=={1,2,3}的值为()。

考题 填空题表达式str((1,2,3))的值为()。

考题 填空题表达式[str(i)for i in range(3)]的值为()。

考题 填空题表达式isinstance(’abcdefg’,str)的值为()。

考题 填空题表达式{1,2,3}{3,4,5}的值为()。

考题 单选题若有定义:charstr1[6]="abcdm",*ps,*str2="abcdef";则()是正确的A strcpy(str1,str2)B 表达式strcmp(str1,str2)的值大于0C str1=str2D 表达式strlen(str1)的值为6

考题 填空题已知str的值为”abcdefgh”,则表达式str.Substring(1,3)的值为()