單項選擇題字符串中,成員資格判斷使用的關(guān)鍵字是()。

A.limit
B.to
C.in
D.len


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題python中,while的中止的關(guān)鍵字是()。

A.continue
B.broken
C.break
D.plug

2.單項選擇題python中,()是字符串格式化的方法。

A.count
B.format
C.in
D.replace

4.單項選擇題a="Iwantto",如想得到I,則需要()。

A.a[8:]
B.a[0:1]
C.a[7:]
D.a[9:]

5.單項選擇題python中,()可以求出字符串的長度。

A.max
B.min
C.len
D.in