-->
当前位置:首页 > 题库

单选题:下面代码的输出结果是

Luz4年前 (2022-05-11)题库1074
下面代码的输出结果是

listV = list(range(5))
print(2 in listV)



A.True
B.-1
C.0
D.False


答案:A