题库 Python题库 题目列表 以下代码的输出结果是?( )s= list(range(10))...
单选题

以下代码的输出结果是?( )

s= list(range(10))
print(10 not in s)
A.

True

B.

False

C.

0

D.

-1

题目信息
2022年 9月 选择题
100%
正确率
0
评论
43
点击