首页题库练习题目详情
Python程序设计单选题中等

以下Python代码的作用是什么? my_str = 'abcdeabc' print(my_str.find('abc'))

A返回-1
B返回0
C返回5
D返回2