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

题目内容 (请给出正确答案)
表达式3**2的值为( )

A.6

B.18

C.9

D.12


参考答案

更多 “ 表达式3**2的值为( ) A.6B.18C.9D.12 ” 相关考题
考题 已知K=2,J=3,A=True,则VB表达式(K-J=J)的值为【】。 已知K=2,J=3,A=True,则VB表达式(K-J<=K)AND(NOT A)OR(K+J>=J)的值为【 】。

考题 表达式3**2的值为__________。

考题 已知有函数定义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}的值为__________________。

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

考题 表达式[1,2,3].count(4)的值为_______________。

考题 表达式[1,2]+[3]的值为__________________。

考题 设整型变量i的值为3,则计算表达式i---i后表达式的值为( )A.0B.lC.2D.表达式出错

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

考题 表达式pow(3,2)==3**2的值为True。

考题 若希望当a的值为奇数时,表达式的值为“真”,a的值为偶数时,表达式的值为”假”。则不能满足要求的表达式是()A、a%2==1B、!(a%2==0)C、!(a%2)D、a%2

考题 表达式(5+4)*2**2/3的值为12,表达式’ABC’$’NMABCGH’的值为.T.,表达式53.AND.78的值为.F..

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

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

考题 表达式"2"+3+4的值为234。()

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

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

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

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

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

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

考题 判断题表达式(5+4)*2**2/3的值为12,表达式’ABC’$’NMABCGH’的值为.T.,表达式53.AND.78的值为.F..A 对B 错