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

执行以下代码,输出是什么? my_str = 'Python is fun'; print(my_str.find('Java'))

A0
B10
C20
D-1