第16892题 判断题
判断Python中用表达式0 in [n%d for d in range(2, n)]的值为False判定n是素数的逻辑是否正确

对于数字n,如果表达式 0 in [n % d for d in range(2, n)] 的值为False,则说明n是素数。

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