单选题

运行下面程序,输入字符串“pencil”,输出的结果是(    )。

s = input()
print(s.find('e'))
A

1

B

0

C

3

D

-1

赣ICP备20007335号-2