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

执行以下代码,输出结果是? my_str = 'hello world' print(my_str.find('o'))

A4
B5
C6
D7