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

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

执行以下语句后,输出的结果是 a$="Good" b$="Afternoon" Print a$+b$ Print a$&b $

A.Goodaftenoon GoodAfternoon

B.Good+ GoodAfternoon

C.Good+ Good&Afternoon

D.Good Good&


参考答案

更多 “ 执行以下语句后,输出的结果是 a$="Good" b$="Afternoon" Print a$+b$ Print a$b $A.Goodaftenoon GoodAfternoonB.Good+ GoodAfternoonC.Good+ GoodAfternoonD.Good Good ” 相关考题
考题 执行语句Print”25+32=”,25+32的输出结果是 【 】。

考题 执行以下语句后,输出的结果是 a$= "Good" b$="Afternoom" Print a$+b$ Print a$b$A.GoodAfternoon GoodAfternoonB.Good+ GoodAfternoonC.Good+ GoodAfternoonD.Good Good

考题 3、执行下列Python语句将产生的结果是________。 i = 24 if i: print(True) else: print(False)A.输出24B.编译错误C.输出FalseD.输出True

考题 3、已知x=2,y=10,z=20,以下语句执行后的结果是() if x<y: if z>30: print(“错误”) else: print(“正确”)A.错误B.正确C.无输出D.语法错误

考题 4、以下语句的输出结果是: print("hello",end='+') print("world")A.hello+worldB.hello+ worldC.hello worldD.hello+ world+

考题 已知x=2,y=10,z=20,以下语句执行后的结果是() if x<y: if z>30: print(“错误”) else: print(“正确”)A.错误B.正确C.无输出D.语法错误

考题 2.执行语句“x=2.3; print(‘x=’,x)”的输出结果是___________。

考题 4、以下语句的输出结果是 for i in range(5): print(i) print(i)A.4B.5C.6D.0

考题 39、以下语句的输出结果是: print("hello",end='+') print("world")A.hello+worldB.hello+ worldC.hello worldD.hello+ world+