1.狮子
importturtleast
defhair():#画头发
t.penup()
t.goto(-50,150)
t.pendown()
t.fillcolor(‘#a2774d’)
t.begin_fill()
forjinrange(10):#重复执行10次
t.setheading(60-(j*36))#每次调整初始角度
t.circle(-50,120)#画120度的弧
t.end_fill()
defface():#画脸
t.penup()
t.goto(0,100)
t.pendown()
t.fillcolor(‘#f2ae20’)
t.begin_fill()
t.setheading(180)
t.circle(85)
t.end_fill()
#下巴
t.circle(85,120)
t.fillcolor(‘white’)
t.begin_fill()
t.circle(85,120)
t.setheading(135)
t.circle(100,95)
t.end_fill()
defears(dir):#画眼睛,dir用来设置方向,左右眼对称
t.penup()
t.goto((0-dir)*30,90)
t.setheading(90)
t.pendown()
t.fillcolor(‘#f2ae20’)
t.begin_fill()
t.circle(dir*30)
t.end_fill()
t.penup()
t.goto((0-dir)*40,85)
t.setheading(90)
t.pendown()
t.fillcolor(‘white’)
t.begin_fill()
t.circle(dir*17)
t.end_fill()
defnose():#画鼻子
t.penup()
t.goto(20,0)
t.setheading(90)
t.pendown()
t.fillcolor(‘#a2774d’)
t.begin_fill()
t.circle(20)
t.end_fill()
defeye(dir):#画耳朵,dir用来设置方服务器托管网向,左右耳对称
t.penup()
t.goto((0-dir)*30,20)
t.setheading(0)
t.pendown()
t.fillcolor(‘black’)
t.begin_fill()
t.circle(10)
t.end_fill()
defmouth():#画嘴巴
t.penup()
t.goto(0,0)
t.setheading(-90)
t.pendown()
t.forward(50)
t.setheading(0)
t.circle(80,30)
t.penup()
t.goto(0,-50)
t.setheading(180)
t.pendown()
t.circle(-80,30)
hair()
ears(1)
ears(-1)
face()
eye(1)
eye(-1)
mouth()
nose()
t.done()
2.比心
3.烟火
fromturtleimport*
colors=[“red”,”yellow”,”blue”,”lime”]
bgcolor(“black”)
x=6
t=[Turtle(),Turtle()]
forindex,iinenumerate(t):
i.speed(0)
i.color(“white”)
i.shape(“circle”)
i.shapesize(0.3)
i.width(3)
i.pu()
i.seth(90)
i.fd(350)
i.seth(-180)
i.pd()
t[0].pu()
delay(0)
speed(0)
ht()
foriincolors:
color(i)
foriinrange(360):
t[0].fd(x)
t[0].lt(1)
pu()
goto(t[0].pos())
pd()
t[1].fd(2*x)
t[1].lt(2)
goto(t[1].pos())
done()
2023
早睡早起,减肥健身
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
机房租用,北服务器托管网京机房租用,IDC机房托管, http://www.fwqtg.net
1、创建表 2、查询表中数据 3、开启事务START TRANSACTION; 4、插入数据 5、查看数据 6、修改数据 7、查看数据 8、回滚事务 9、查看数据 10、自动提交模式 自动提交模式用于决定新事务如何及何时启动。 10.1启用自动提交模式: 如果…