判斷題數(shù)學的模塊是re。()

您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題判斷字符串中是否全部為純英文字符()。

A.list
B.append
C.isalpha
D.update

2.單項選擇題判斷字符串中的字母是否全部為小寫()。

A.islower
B.pop
C.extend
D.id

3.單項選擇題python中,判斷大寫的關(guān)鍵字是()。

A.isupper
B.min
C.len
D.map

5.單項選擇題list(map(abs,[1,-2,-5]))返回值為()。

A.[1,-2,-5]
B.[-1,-2,-5]
C.[1,2,5]
D.[-1,2,5]