美文网首页
海龟绘图

海龟绘图

作者: 眼看月亮心向太阳 | 来源:发表于2018-11-27 13:32 被阅读0次

    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

    相关文章

      网友评论

          本文标题:海龟绘图

          本文链接:https://www.haomeiwen.com/subject/qrwpqqtx.html