相关考题
-
单项选择题
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 -
单项选择题
如想定义字符串,应使用()。
A.list
B.set
C.str
D.dict
