第26058题 判断题
判断Python代码print([x for x in range(1, 11) if x % 2 == 1])的执行结果描述是否为从1到11所有奇数且不含11

Python代码:python\nprint([x for x in range(1, 11) if x % 2 == 1])\n被执行后,将得到从1到11所有的奇数,不含11。

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析