网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
list(map(lambdax,y:x*y,[1,2,3],[4,5,6]))输出结果为:()
A
[6,10,12]
B
[4,10,18]
C
[5,7,9]
D
报错
参考答案
参考解析
解析:
暂无解析
更多 “单选题list(map(lambdax,y:x*y,[1,2,3],[4,5,6]))输出结果为:()A [6,10,12]B [4,10,18]C [5,7,9]D 报错” 相关考题
考题
有以下程序: void f(int v,int w) { int t; t=v;V=W;W=t; } main() { int x=1,y=3,z=2; if(x>y) f(x,y); else if(y>z) f(y,z); else f(x,z); printf("%d,%d<%d\n",x,y,Z); } 执行后输出结果是( )。A.1,2,3B.3,1,2C.1,3,2D.2,3,1
考题
以下程序运行后的输出结果是【】。 include void fun(int x,int y) {x=x+y;y=x-y
以下程序运行后的输出结果是【 】。include<iostream.h>void fun(int x,int y){ x=x+y;y=x-y;x=x-y;cout<< x << "," <<y << " ,";}void main( ){ int x=2,y=3;fun(x,y);cout<< x << "," << y << endl;}
考题
下面程序的输出结果为()。ineludevoid main(){int x;int y=x;//变量引用y=99;c
下面程序的输出结果为( )。 #inelude<iostream.h> void main() { int x; int y=x;//变量引用 y=99; cout<<"x="<<x<<end1; }A.x=99B.x=9C.x=0D.异常
考题
执行x$=InputBox("请输入x的值")时,在弹出的对话框中输入123,在列表框List1中选中一个列表项(数据为456),使结果为123456 的语句是( )。A.y=x$+List1.List(0)B.y=x$+List1.List(1)C.y=Val(x$)+Val(List1.List(0))D.y=Val(x$)&Val(List1.List(1))
考题
执行x$=InputBox("请输入x的值")时,在弹出的对话框中输入123,在列表框List1选中1个列表项(数据为456),使y的值是123456的语句是( )。A.y=x$+List1.List(O)B.y=x$+List1.List(1)C.y=Val(x$)+Val(List1.List(0))D.y=Val(x$)Val(List1.List(1))
考题
填空题已知g=lambdax,y=3,z=5:x*y*z,则语句print(g(1))的输出结果为()。
热门标签
最新试卷