第28330题 单选题
已知Python代码片段中定义了字符串变量test_str,下列哪个表达式的运行结果为True?
test_str = "PythonProgramming"
A

"Py" in test_str

B

"gram" not in test_str

C

"Prog" not in test_str

D

"python" in test_str

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