單項選擇題python中,字典x={‘a’:‘boy’,‘c’:‘girl’},那么表達式‘a’inx的值為()

A.0
B.1
C.True
D.False


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題‘world’.replace(‘w’,‘l’)的返回值是()

A.world
B.lorld
C.lowol
D.wolld

2.單項選擇題下列屬于列表的是()

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

3.單項選擇題python中,輸入函數是為()

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

4.單項選擇題python中,輸出函數是為()

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

5.單項選擇題("%s"%"hello")的返回值是()

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