多项选择题列表的特点是()。

A.有序
B.嵌套
C.异构
D.可变


您可能感兴趣的试卷

你可能感兴趣的试题

1.多项选择题下列关于字符串说法不正确的是()。

A.字符串必须用双引号表示
B.字符串必须用单引号表示
C.字符串中必须有内容
D.字符串可以没有内容

2.多项选择题下列哪些是列表的方法()。

A.index
B.sort
C.leng
D.append

3.多项选择题如想导入数学模块,我们可以使用()。

A.importmath
B.frommathimport*
C.import*
D.from*

4.多项选择题下列哪些是random的方法()。

A.randint
B.choice
C.random
D.break

5.多项选择题下列长度为5的字符串是()。

A."hello"
B."HELLO"
C."12345"
D.""

6.多项选择题列表的添加方法()。

A.append
B.insert
C.extend
D.add

7.多项选择题python中,列表的删除方法()。

A.pop
B.remove
C.clear
D.del