單項選擇題python中,字符串中所有字符轉小寫的是()

A.upper
B.lower
C.replace
D.split


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題max(range(4))的結果是()

A.3
B.4
C.5
D.6

2.單項選擇題字典的鍵對應的是什么()

A.鍵
B.冒號
C.值
D.大括號

3.單項選擇題字符串的關鍵字是()

A.dict
B.str
C.tuple
D.collection

5.單項選擇題v=list(range(2,10,3)),則v的值是()

A.[2,4,6]
B.[2,6,10]
C.[2,5,8]
D.[2,5,10]