單項選擇題


輸出結(jié)果為:()

A.[2,4,6,8]
B.[5,5,5,5]
C.10
D.報錯


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題list(map(lambdax,y:x*y,[1,2,3],[4,5,6]))輸出結(jié)果為:()

A.[6,10,12]
B.[4,10,18]
C.[5,7,9]
D.報錯

2.單項選擇題


輸出結(jié)果為:()

A.2
B.25
C.10
D.32

3.單項選擇題


輸出結(jié)果為:()

A.10
B.24
C.7
D.1

4.單項選擇題


輸出結(jié)果為:()

A.lambdax:x*x
B.10
C.25
D.5*5

5.單項選擇題


輸出結(jié)果為:()

A.Hello Runoob Hello Google
B.Hello(’Runoob’,’Google’)
C.Hello Runoob
D.報錯