下面代码的输出结果是()listV = list(range(5))print(2 in listV)

下面代码的输出结果是()listV = list(range(5))print(2 in listV)

A.False

B.0

C.-1

D.True

正确答案:True

猜你喜欢