单项选择题
a="Iwantto",如想得到I,则需要()。
A.a[8:] B.a[0:1] C.a[7:] D.a[9:]
单项选择题 python中,()可以求出字符串的长度。
单项选择题 如想定义字符串,应使用()。
单项选择题 想要获取序列的长度,应使用()。