K12教育赛事综合服务平台
聚乐之家官方网站
下载聚乐之家官方App
专注青少年竞赛题库网站
已知目标字符串为 test_str = "Hello World and Python",请选出运行结果为True的表达式:
test_str = "Hello World and Python"
"world" in test_str
"And" in test_str
"Python" not in test_str
"Hello" in test_str