题库 Python题库 题目列表 给定列表 nums = [1, 2, 3, 4, 5, 6],以下哪个...
单选题

给定列表 nums = [1, 2, 3, 4, 5, 6],以下哪个选项返回 True?( )

A.

not all(nums)

B.

any(nums)

C.

not (all(nums) and any(nums))

D.

not (all(nums) or any(nums))

题目信息
2024年 3月 选择题
20%
正确率
0
评论
74
点击