单项选择题
python中,()是字符串格式化的方法。
A.count B.format C.in D.replace
单项选择题 想要求出字符串元素个数,应使用()。
单项选择题 a="Iwantto",如想得到I,则需要()。
单项选择题 python中,()可以求出字符串的长度。