第30821题 单选题
在Scratch中,若角色脚本设置为外层【重复执行3次】,内层嵌套【重复执行4次】的“移动10步”积木,那么整个脚本运行结束后,角色总共移动了多少步?

脚本结构如下:

当绿旗被点击
重复执行 3 次
    重复执行 4 次
        移动 10 步
    重复执行结束
重复执行结束
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析