登录
注册
首页
->
二级Python
下载题库
以下代码的输出结果是()。Forsin"PythonNCRE":Ifs=="N":ContinuePrint(s,end="")
(A)N
(B)PythonCRE
(C)Python
(D)PythonNCRE
查看解析
参考答案
继续答题:
下一题
更多二级Python试题
1
以下程序的输出结果是()。Ls=[10]Defrun(n):Ls.append(n)Run(5)Print(ls)
2
以下保留字不属于分支或循环逻辑的是()。
3
以下程序的输出结果是()。Ls=[12,44,23,46]Foriinls:Ifi==44:Print(foundit!i=,i)BreakElse:Print(notfoundit...)
4
以下选项不属于Python语言特点的是()。
5
以下程序的输出结果是()。Ss=set("htslbht")Sorted(ss)Foriinss:Print(i,end=)
6
以下关于Python语言的描述中,错误的是()。
考试