單項(xiàng)選擇題變量l=‘hello world!’,則l[2:5]的值是()

A.ll
B.llo
C.he
D.hello


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題isupper的作用是()

A.轉(zhuǎn)換大寫
B.判斷大寫
C.轉(zhuǎn)換小寫
D.判斷小寫

2.單項(xiàng)選擇題使用import可以導(dǎo)入()

A.方法
B.函數(shù)
C.模塊
D.對(duì)象

3.單項(xiàng)選擇題python中,集合的重要特點(diǎn)是()

A.有序
B.去重
C.元素可重復(fù)
D.小括號(hào)表示

4.單項(xiàng)選擇題’want‘.split(’a’)的返回值是()

A.字符串
B.列表
C.集合
D.字典

5.單項(xiàng)選擇題字符串替換的的關(guān)鍵字是()

A.replace
B.index
C.find
D.return