第13837题 判断题
判断使用列表推导式实现将26个小写字母存储到变量a的操作是否正确

小明想在变量a中存储26个小写字母,不想手动输入,可使用列表推导式<pre><code>[chr(i+97)for i in range(26)]</code></pre>实现。

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