赞
踩
- import turtle as t
- t.color("red","yellow")
- t.speed(100)
- t.begin_fill()
- for i in range(36):
- t.fd(200)
- t.left(170)
- t.end_fill()
- t.hideturtle()
- t.done
动图所设置的画笔速度有点慢,你们在设置的时候可以尝试更改画笔速度speed()来实现快速绘图!!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。