8、以下代码的输出结果是()。 ls = [[1,2,3],[4,5,6],[7,8,9]] lt = ls[::-1] print(lt) 知识点:序列的切片A.[[7, 8, 9], [4, 5, 6], [1, 2, 3]]B.[9, 8, 7, 6, 5, 4, 3, 2, 1]C.[[1, 2, 3], [4, 5, 6]]D.[[7, 8, 9]]
8、以下代码的输出结果是()。 ls = [[1,2,3],[4,5,6],[7,8,9]] lt = ls[::-1] print(lt) 知识点:序列的切片
A.[[7, 8, 9], [4, 5, 6], [1, 2, 3]]
B.[9, 8, 7, 6, 5, 4, 3, 2, 1]
C.[[1, 2, 3], [4, 5, 6]]
D.[[7, 8, 9]]
参考答案和解析
[[7, 8, 9], [4, 5, 6], [1, 2, 3]]
相关考题:
( 11 )有以下程序#include stdio.hmain (){ int a[3][3]={{1,2,3},{4,5,6},{7,8,9}};int b[3]={0},i;for ( i=0;i3;i++ ) b[i]=a[i][2]+a[2][i];for ( i=0;i3;i++ ) printf ( " %d " ,b[i] ) ;printf ( " \n " ) ;}程序运行后的输出结果是 【 11 】 。
下列程序的输出结果是()。inclUdemain(){inta[2][3]={{1,2,3},{4,5,6}},(*p)[3],i;p=a; 下列程序的输出结果是( )。 #inclUde<stdio.h> main() { inta[2][3]={{1,2,3},{4,5,6}},(*p)[3],i; p=a; for(i=0;i<3;i++) { if(i<2) p[1][i]=p[1][i]-1; else p[1][i]=1; } printf("%d\n",a[0][1]+a[1][1]+a[1][2]; }A.15B.10C.7D.8
有以下程序inculde stdio.hmain(){ int a[3][3]={(1,2,3),(4,5,6),(7,8,9)};int B[3]={0},i;For(i=0;i3;i ++) B[i]=a[i][2]+a[2][i];For(i=0;13;i ++) printF(“%d”,B[i]);printF(“\n”);}程序运行后的输出结果是【1】。
有以下程序includemain(){int a=5,b=lt; t=(a 有以下程序 #include<stdio.h> main() { int a=5,b=lt; t=(a<<2)|b;printf("%d\n",t); } 程序运行后的输出结果是______。A.21B.11C.6D.1
若有以下程序段: int r=8; print("%d\n",r1): 输出结果是( )。 A.16B.8S 若有以下程序段: int r=8; print("%d\n",r1): 输出结果是( )。A.16B.8C.4D.2
在窗体中添加一个名称为Commandl的命令按钮,然后编写如下事件代码: Private Sub Commandl Click( ) A=75IfA<;60 Then x=lIfA<;70 Then x=2IfA<;80 Then x=3IfA<;90 Then x=4MsgBox XEnd Sub窗体打开运行后,单击命令按钮,则消息框的输出结果是( )。A.1B.2C.3D.4
以下程序段运行后,消息框的输出结果是( )。 a=10b=20c=abMsgBox c+1 A.一1B.0SX 以下程序段运行后,消息框的输出结果是( )。 a=10b=20c=a<;bMsgBox c+1A.一1B.0C.1D.2
有以下程序:当执行程序时,按下列方式输入数据(从第l列开始,<;CR>;代表回车,注意:回车也是一个字符]12<;CR>;34<;CR>;则输出结果是( )。A.12B.123C.1234D.12343
以下程序段中的变量已正确定义。for(i=0;i<;4;i++,i++)for(k=1;k<;3;k++);prinff(”*”);该程序段的输出结果是( )。A.*B.****C.**D.********
有以下程序段: inti,j,m=0; for(i=1;i<;=15;i+=4) for(j一3;j<;=19;j+=4)m++; printf(‘‘%d\n‘‘,m); 程序段的输出结果是( )。A.12B.15C.20D.25
给定元组演算表达式 R*={t│(Эu)(R(t)∧S(u)∧t[3] A. A.R*={(3,7,11),(5,9,13),(6,10,14)}B. R*={(3.7.11),(4.5.6),(5.9.13),(6,10,14)}C. R*={(1,2,3),(4,5,6),(7,8,9)}D. R*={(1,2,3),(4,5,6),(7,8,9),(10,11,12)}
登录7302 cli,以下是命令info configure vlan执行后的结果信息。 #----------------------------------------------------------------------------------------------------------------------------------- echo "vlan" #----------------------------------------------------------------------------------------------------------------------------------- vlan broadcast-frames priority-policy port-default shub id 1 mode residential-bridge egress-port network:1 exit egress-port network:2 exit egress-port network:3 exit egress-port network:4 exit egress-port network:5 exit egress-port network:6 exit egress-port network:7 exit exit id 4003 mode residential-bridge egress-port network:4 exit exit id 4094 mode residential-bridge name vlan4094 egress-port lt:1/1/4 exit egress-port lt:1/1/5 exit egress-port lt:1/1/6 exit egress-port lt:1/1/7 exit egress-port lt:1/1/8 exit egress-port lt:1/1/9 exit egress-port lt:1/1/10 exit egress-port lt:1/1/11 exit egress-port lt:1/1/12 exit egress-port lt:1/1/13 exit egress-port lt:1/1/14 exit egress-port lt:1/1/15 exit egress-port lt:1/1/16 exit egress-port lt:1/1/17 exit egress-port lt:1/1/18 exit egress-port lt:1/1/19 exit exit exit exit #----------------------------------------------------------------------------------------------------------------------------------- 根据以上信息判断,该7302节点管理VLAN的ID为()。A、1B、4003C、4094D、无法判断
以下HTML标记写法有错误的是()。A、lt;headgt;lt;/headgt;B、lt;brgt;lt;/brgt;C、lt;h1gt;lt;/h1gt;D、lt;pgt;lt;/pgt。
单选题以下程序的正确运行结果是( )。A4,5,6B6,7,9C7,8,9D7,7,7