登录
注册
首页
->
二级Python
下载题库
以下程序的输出结果是()。Ss=[2,3,6,9,7,1]Foriinss:Print(max(ss),end=,)Ss.remove(max(ss))
(A)9,7,6
(B)9,7,6,
(C)9,7,6,3,2,1,
(D)9,7,6,3,2,1
查看解析
参考答案
继续答题:
下一题
更多二级Python试题
1
表达式divmod(40,3)的结果是()。
2
以下程序的输出结果是()。Ls=[10]Defrun(n):Ls.append(n)Run(5)Print(ls)
3
设str1=python,语句print(str1.center(10,*))的执行结果是()。
4
以下关于控制结构的描述,错误的是()。
5
以下代码的输出结果是()。X=A\0B\0CPrint(len(x))
6
以下代码的输出结果是()。Ls=[[1,2,3],[[4,5],6],[7,8]]Print(len(ls))
考试