相关考题
-
单项选择题
想要求出字符串元素个数,应使用()。
A.count
B.len
C.length
D.total -
单项选择题
a="Iwantto",如想得到I,则需要()。
A.a[8:]
B.a[0:1]
C.a[7:]
D.a[9:] -
单项选择题
python中,()可以求出字符串的长度。
A.max
B.min
C.len
D.in
