第15064题 判断题
判断Python中turtle.reset()和turtle.clear()功能是否相同,且二者均能清除画面并将海龟移回原点、朝向设为默认方向

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

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