第14944题 单选题
补全Python代码,筛选输出dictA中质数对应的因数条目

下面 Python 代码中的 dictA 是1-100所有数及其对应的因数,此处仅列出其中一部分。在横线处填上合适代码实现需求:

dictA = {1: (1,), 2: (1, 2), 3: (1, 3), 4: (1, 2, 4), 5: (1, 5), 6: (1, 2, 3)}
print({___________________________________________________________})
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析