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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

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

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

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

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

5.單項(xiàng)選擇題python中,type(‘hello’)的返回值是()

A.str
B.hello
C.hel
D.llo