第28334题 单选题
执行以下Python代码,最终的输出结果是?
test_str = "I enjoy learning Python"
print("Python" in test_str)
print("learn" not in test_str)
A

True True

B

False True

C

False False

D

True False

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析