14、 现在有一段程序如下,请问程序运行的结果是什么?
s = "hello my friend!"
if "hello" in s:
print("True")
else:
print("False")
A. True
B. False
C. hello my friend!
D. 报错
Scratch3.0 全国青少年软件编程等级考试 Python Scratch图形化一级 Scratch图形化四级 Scratch图形化三级 Scratch图形化二级 电子学会