單項選擇題list(range(10))[2:5]的值是()。

A.[1,3,4]
B.[2,3,4]
C.[0,3,4]
D.[2,3,5]


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題len(‘a(chǎn)r’)的值是()。

A.0
B.1
C.2
D.3

2.單項選擇題"python"+"great"的值是()。

A."python"
B."great"
C."pythongreat"
D.""

3.單項選擇題‘helloWorld’.lower()的值是()。

A."HELLOWORLD"
B."Helloworld"
C."helloWorld"
D."helloworld"

4.單項選擇題‘HI’*5的值是()。

A."HIHIHIHIHI"
B.""
C."HI"
D."hihihihihi"

5.單項選擇題‘helloWorld’.upper()的值是()。

A."HELLOWORLD"
B."Helloworld"
C."helloWorld"
D."helloworld"