單項(xiàng)選擇題去除字符串中左側(cè)的空格應(yīng)使用()。

A.replace
B.islower
C.strip
D.lstrip


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題驗(yàn)證碼一種區(qū)分用戶是計(jì)算機(jī)還是人()。

A.方法
B.程序
C.屬性
D.元素

2.單項(xiàng)選擇題表達(dá)式max(‘hello’)的值是()。

A.h
B.e
C.l
D.o

3.單項(xiàng)選擇題print(’hello’[::-2])的值是()。

A.olh
B.hel
C.llo
D.hlo

4.單項(xiàng)選擇題print(‘hello’[::-2])的值是()。

A.olh
B.hel
C.llo
D.hlo

5.單項(xiàng)選擇題len(‘helloworld’)的值是()。

A.9
B.10
C.11
D.12