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

'py' in 'Python'

B

'thon' in 'Python'

C

'123' not in 'abc123xyz'

D

'test' in 'TeSt'

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