單項選擇題在python中,下列屬于序列的是()

A.字典
B.集合
C.函數(shù)
D.列表


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題c=[1]deffore():c.append(2)fore()print(c)輸出結(jié)果是()

A.[1,2]
B.[1,2,3]
C.[1,2,3,4]
D.程序異常

3.單項選擇題{’h’:’hello’}.pop(’h’)的值為()

A.h
B.e
C.hello
D.o

4.單項選擇題{1:2}.get(1)的返回值是()

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

5.單項選擇題{1:2}[1]的返回值是()

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