第11975题 单选题
计算0.2mm厚彩纸对折20次厚度,给出的Python代码错误之处是哪项?

一张彩纸厚度为0.2mm,求对折20次后的厚度,下列给出的Python代码错误的地方是?

width= 0.2
for i in range(1,20):
    width = width *2
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析