單項選擇題如想得到列表的元素個數(shù),則可以使用()函數(shù)

A.total
B.count
C.length
D.len


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題定義元組的關(guān)鍵字是()

A.list
B.set
C.tuple
D.dict

3.單項選擇題python中,float(’12a’)的值是()

A.12
B.12a
C.a
D.程序異常

4.單項選擇題[’a’,’b’]+[1,2,3]的結(jié)果是()

A.[’a’,’b’]
B.[1,2,3]
C.[’a’,’b’,1,2,3]
D.[]