單項選擇題python中,map函數(shù)的第二個參數(shù)是()

A.可迭代對象
B.方法
C.屬性
D.函數(shù)


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題map函數(shù)的第一個參數(shù)是()

A.方法
B.屬性
C.函數(shù)
D.可迭代對象

2.單項選擇題表達式abs(-1)返回值是()

A.-1
B.0
C.true
D.1

3.單項選擇題dict(zip((1,2),(3,4)))的返回值是()。

A.字符串
B.元組
C.列表
D.字典

4.單項選擇題[1,2,3].pop()值是()

A.1
B.2
C.3
D.0

5.單項選擇題s=’hello world’,s[7:]的值是()

A.hell
B.hello
C.world
D.orld