find

>>> a=("abcdef")
>>> b=a.find("c")
>>> print b
2

posted on 2013-12-17 16:25  语辰  阅读(109)  评论(0编辑  收藏  举报