海龟绘图

1.Turtle state


2.Turtle motion


3.Pen control


turtle.reset()可将world模式激活

4.Turtle State


5.Using events


6.Special Turtle methods


7.Compound shapes

(1)创建一个空的compound对象

(2)使用addcomponent()方法, 添加想要的物体在对象上

(3)使用register_shape(nameshape=None)方法再将compound对象添加到显示器中

8.Window control


9.Animation control


10.Using screen events

你可能感兴趣的:(海龟绘图)