2909 . 判断题

执行下面Python代码后,输出两个True。

print("h" in "hello")
print("he" in "hello")
土豆
困难
0
收藏
题解讨论
反馈