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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

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

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

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

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

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

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