网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
以下代码执行结果为:()。
A.Hello
B.phpmysql!!
C.HelloHello
D.Hellophpmysql!!
参考答案
更多 “ 以下代码执行结果为:()。 A.HelloB.phpmysql!!C.HelloHelloD.Hellophpmysql!! ” 相关考题
考题
30、关于以下代码,描述错误的是()。 lst = ["car","truck"] def fun(a): lst =[] lst.append(a) return fun("bus") print(lst)A.代码函数定义中,ls.append(a)中的ls是局部变量B.执行代码输出结果为['car', 'truck']C.lst.append(a) 代码中的ls是列表类型D.执行代码输出结果为['car', 'truck', 'bus']
考题
以下代码段执行后的输出结果为_________。 int x =-3; int y =-10; System.out.println(y%x);A.-1B.2C.1D.3
热门标签
最新试卷