第13806题 单选题
给定列表nums = [1, 2, 3, 4, 5, 6],以下哪个Python表达式返回True?
A

not all(nums)

B

any(nums)

C

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

D

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

程序运行统计
暂无判题统计
知识点:
提交0次 正确率0.00%
答案解析