python——turtle的应用

根据俺的无脑想法,一顿无脑操作。弄出来个啥东西!!!

给大家欣赏欣赏!!!

from turtle import *
import time
a = [-400,-280]
b = [-368,-248]
c = [60,120]
setup(1000,800)
screensize(1000,800,'pink')
pencolor('black')
pensize(3)
speed(10)

#乌龟向某坐标点无痕迹移动
def yudon(x,y):
    up()
    goto(x,y)
    pd()

#小红花
def xiaohonhua():
    speed(10)
    begin_fill()
    right(90)
    fillcolor('green')
    fd(10)
    circle(10,180)
    end_fill()
    begin_fill()
    fillcolor('green')
    for i in range(9):
        fd(10)
        right(140)
        fd(10)
        circle(10,180)
    fd(10)
    end_fill()
    begin_fill()
    fillcolor('red')
    left(290)
    circle(30,360)
    end_fill()
    right(70)
    begin_fill()


for i in range(2):
    yudon(a[i],0)
    left(c[i])
    fd(100)
    right(120)
    fd(100)
    yudon(b[i],0)
    begin_fill()
    fillcolor('red')
    circle(20,360)
    end_fill()
yudon(-330,-40)
right(30)
circle(40,180)
yudon(-420,0)
left(180)
circle(130,360)
yudon(-50,100)
#第一个小红花
xiaohonhua()
yudon(80,100)
#第二个小红花
xiaohonhua()
yudon(220,110)
#第三个小红花
xiaohonhua()
yudon(-20,65)
xx = '恭'
write(xx, font=('Arial', 30, 'bold'), align="center")
yudon(92,50)
xx = '喜'
write(xx, font=('Arial', 30, 'bold'), align="center")
yudon(205,63)
xx = '你'
write(xx, font=('Arial', 30, 'bold'), align="center")
yudon(-350,-5)
xx = '羡'
write(xx, font=('Arial', 15, 'bold'), align="center")
yudon(-230,-5)
xx = '慕'
write(xx, font=('Arial', 15, 'bold'), align="center")
yudon(0,200)
pencolor('red')
xx = '专属表彰'
write(xx, font=('Arial', 50, 'bold'), align="center")
pencolor('black')
yudon(150,-200)
xx = '我们是世界的尘埃\n却也是自己的英雄\n\n            -----给正在努力的那个你'
write(xx, font=('Arial', 20, 'bold'), align="center")
hideturtle()
done()

 

运行效果

 

 

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

初学者_零

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值