下面代码的输出结果是()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


Tag:Python语言程序设计 代码 时间:2022-02-04 21:50:41