第28345题 单选题
下列关于Python字符串成员运算符的表达式中,运行结果为True的是?

已知目标字符串为 test_str = "Hello World and Python",请选出运行结果为True的表达式:

A

"world" in test_str

B

"And" in test_str

C

"Python" not in test_str

D

"Hello" in test_str

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