第17931题 单选题
初始状态下执行给定turtle运动指令后,turtle的最终坐标为?

初始状态下turtle默认位于坐标原点(0,0),朝向x轴正方向,执行以下代码:

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