网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
while1<3:print('1issmallerthan3')以上代码会()。
A.循环2次
B.死循环
C.不会进入循环
D.Python会报错
参考答案
更多 “ while1 A.循环2次B.死循环C.不会进入循环D.Python会报错 ” 相关考题
考题
下面代码中输出结果为0、1、2三个数字的有(_____)。A.for i in range(3): print(i)B.i=1 while i<3: print(i) i+=1C.i=3 while i>1: i=i-1 print(3-i)D.for i in range(3,0,-1): print(3-i)
考题
阅读下面一段代码,代码的输出结果是() Integer in1 = new Integer(10); Integer in2 = new Integer(10); Integer in3 = 10; Integer in4 = 10; System.out.print(in1 == in2); System.out.print(in1 == in3); System.out.print(in3 == in4);A.truetruetrueB.falsefalsetrueC.falsefalsefalseD.falsetruefalse
考题
写出下面代码的运行结果。(多个结果用逗号隔开) def Sum(*p): return sum(p) print(Sum(3, 5, 8)) print(Sum(8)) print(Sum(8, 2, 10))
考题
if(2==4){print (1)}else{print(3)} 该代码的输出结果是?A.1B.3C.代码格式错误D.没有输出
热门标签
最新试卷