第24748题 单选题
默认小猫角色执行下列Scratch程序,小猫说出的内容是?

程序逻辑如下:

  1. 当绿旗被点击:
  • 将变量s赋值为字符串「CCFGESP」
  • 清空列表list的全部项目
  • 将变量i赋值为1
  • 重复执行直到i > s的字符数:
    • 将s的第i个字符加入列表list
    • 变量i增加2
  • 删除列表list的第1项
  • 小猫说出列表list的内容,持续2秒
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析