试题详情

运行下面代码,输出结果是()。
S="The python is python."
Print (s.find (‘python‘,10))

A10

B20

C14

D系统报错