首页 > 财会类考试
题目内容 (请给出正确答案)
[单选题]

在下列代码中输出的结果是什么message = "hello ,lubansheshou"#print(message)()

A.hello,lubanshoushe

B.程序报错

C.hello

D.不会有任何输出

答案
收藏

D、不会有任何输出

如果结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能还需要:
您的账号:
发送账号密码至手机
发送
安装优题宝APP,拍照搜题省时又省心!
更多“在下列代码中输出的结果是什么message = "hello…”相关的问题
第1题
在输出的科目余额表中,下列那一栏是没有的()。

A.贷方期初余额

B.本年累计借方发生额

C.科目代码

D.摘要

点击查看答案
第2题
执行下列代码后,输入数字100后,最终的输出结果为class'int'o()inp=input('W输入一个整数:’)print(type(inp))()此题为判断题(对,错)。
点击查看答案
第3题
以下代码的输出结果为()。

A.[[123][234][345]]

B.[[123345][234]]

C.[[123][234345]]

D.[[123][234]]

点击查看答案
第4题
以下代码片段的输出结果: js__basic~day02var str;console.log(typeof str)()

A.string

B.undefined

C.object

D.string

点击查看答案
第5题
以下代码的输出结果为()。ImportnumpyasnpA=np.array([10,100,1000])Print(np.power(a,2))。

A.[101001000]

B.[100100001000000]

C.[123]

D.[10100001000000000]

点击查看答案
第6题
以下代码的输出结果为()。ImportnumpyasnpA=np.array([[10,7,4],[3,2,1]])Print(np.percentile(a,50))。

A.[[1074][321]]

B.3.5

C.[6.54.52.5]

D.[7.2.]

点击查看答案
第7题
请以下代码的输出结果为()。ImportnumpyasnpX=np.array([3,1,2])Y=np.argsort(x)Print(y)。

A.[312]

B.[120]

C.[123]

D.123

点击查看答案
第8题
以下代码的输出结果为()。ImportnumpyasnpA=np.array([[1,2,3],[4,5,6]])Print(np.append(a,[7,8,9]))。

A.[[123][456]]

B.[123456789]

C.[[123][456][789]]

D.[[123555][456789]]

点击查看答案
第9题
根据以下代码,选择z的输出结果()。a=tf.random.uniform(shape=[100,600,600,4],minval=0,maxval
根据以下代码,选择z的输出结果()。a=tf.random.uniform(shape=[100,600,600,4],minval=0,maxval

根据以下代码,选择z的输出结果()。

a=tf.random.uniform(shape=[100,600,600,4],minval=0,maxval=255,dtype=tf.int32)

s=tf.transpose(a,perm=[3,1,2,0])

z=s.shape*

A.TensorShape([100,600,600,4])

B.TensorShape([4,600,600,100])

C.TensorShape([100,600,4,600])

D.TensorShape([600,4,100,600])

点击查看答案
第10题
以下代码的输出结果为()。ImportnumpyasnpA=np.arange(4)B=a[:]A[1]=9Print(a)Print(b)。

A.[0123][0123]

B.[1934][1234]

C.[0923][0923]

D.[0923][0123]

点击查看答案
第11题
根据以下代码,选择z的输出结果()a=tf.constant([[1,2,3],[4,5,6]],dtype=tf.float64)z=tf.reduce_mean(a)

A.[2.53.54.5]

B.3.5

C.[3.5]

D.以上都不正确

点击查看答案
退出 登录/注册
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改