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

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

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


参考答案

更多 “表达式eval(’[1,2,3]’)的值为()。” 相关考题
考题 表达式3in{1,2,3}的值为_________。

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

考题 表达式3notin[1,2,3]的值为__________。

考题 已知函数定义deffunc(*p):returnsum(p),那么表达式func(1,2,3)的值为______。

考题 表达式eval(’’’import(’math’).sqrt(9)’’’)的值为()。

考题 表达式eval(’3+5’)的值为()。

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

考题 表达式eval(’’’import(’math’).sqrt(3**2+4**2)’’’)的值为()。

考题 已知x=[1,2,3],那么表达式not(set(x*100)set(x))的值为()。

考题 已知有函数定义defdemo(*p):returnsum(p),那么表达式demo(1,2,3)的值为()、表达式demo(1,2,3,4)的值为()。

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

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

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

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

考题 假设math标准库已导入,那么表达式eval(’math.sqrt(4)’)的值为()。

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

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

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

考题 判断题表达式list(’[1,2,3]’)的值是[1,2,3]。A 对B 错

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

考题 填空题表达式eval(’[1,2,3]’)的值为()。

考题 填空题表达式eval(’’’import(’math’).sqrt(9)’’’)的值为()。

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

考题 填空题假设math标准库已导入,那么表达式eval(’math.sqrt(4)’)的值为()。

考题 填空题已知有函数定义defdemo(*p):returnsum(p),那么表达式demo(1,2,3)的值为()、表达式demo(1,2,3,4)的值为()。

考题 填空题表达式eval(’3+5’)的值为()。

考题 填空题表达式eval(’*’.join(map(str,range(1,6))))的值为()。