第25244题 判断题
判断关于Python turtle库中reset()和clear()方法的功能描述是否正确

在Python代码中,turtle.reset() 和 turtle.clear() 功能相同,都是清除画面,海龟回到原点,朝向置为默认方向。

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