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

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


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

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

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

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

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

5.單項選擇題‘HELLO’[:]值是()。

A."HELLOHELLOHELLOHELLOHELLO"
B.""
C."HELLO"
D.None