单选题:下面代码的输出结果是
下面代码的输出结果是
listV = list(range(5))
print(2 in listV)
A.True
B.-1
C.0
D.False
答案:A
listV = list(range(5))
print(2 in listV)
A.True
B.-1
C.0
D.False
答案:A
-->