单选题

现在有一段程序如下,请问程序运行的结果是什么?

s = "hello my friend!"

if "hello" in s:

print("True")

else:

print("False")

A

True

B

False

C

hello my friend!

D

报错

赣ICP备20007335号-2