第26580题 单选题
根据给定Python代码的注释要求,两处横线应依次填入的内容是?
isOdd = lambda N: N % 2 == 1

lstA = list(range(1,100))
lstA.sort(key = ______________) # lstA成员偶数在前,奇数在后
lstB = [x for x in lstA if ____________]
# lstB成员全为奇数
print(lstA, lstB)
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析