單項(xiàng)選擇題下列屬于列表的是()

A.[]
B.{}
C.()
D.<>


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題python中,輸入函數(shù)是為()

A.input
B.lambda
C.define
D.print

2.單項(xiàng)選擇題python中,輸出函數(shù)是為()

A.input
B.lambda
C.define
D.print

3.單項(xiàng)選擇題("%s"%"hello")的返回值是()

A.hello
B.%s
C.%s%
D.hello%

4.單項(xiàng)選擇題s=‘helloworld’,s[-4:]的值是()

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

5.單項(xiàng)選擇題isinstance(‘a(chǎn)aa’,str)的返回值是()

A.aaa
B.true
C.True
D.False