• 大小: 5.15KB
    文件类型: .py
    金币: 1
    下载: 0 次
    发布日期: 2024-05-09
  • 语言: Python
  • 标签: 烟花  

资源简介


资源截图

代码片段和文件信息

import turtle as t

t.setup(width=1450 height=1450 startx=0 starty=0)
t.speed(0)
t.rt(-120)
t.up()
t.pensize(6)
t.goto(180 150)
t.bgcolor(‘white‘)
t.title(“My Panda“)
t.down()
t.color(‘black‘)
t.circle(190 100)
t.fd(20)
for i in range(260):
    t.fd(1)
    t.lt(0.5)
for i in range(8):
    t.fd(19)
    t.lt(1)
for i in range(260):
    t.fd(1)
    t.lt(0.5)
t.up()
t.goto(-70 -16)
t.setheading(245)
t.down()
for i in range(35):
    t.fd(1.5)
    t.lt(0.5)
for i in range(5):
    t.fd(1.5)
    t.lt(0.0125)
for i in range(9):
    t.fd(0.75)
    t.lt(1.5)
for i in range(22):
    t.fd(1)
    t.lt(0.3)
for i in range(20):
    t.fd(1)
    t.lt(3)
for i in range(180):
    t.fd(1)
    t.lt(0.20)
for i in range(20):
    t.fd(1)
    t.lt(3)
for i in range(22):
    t.fd(1)
    t.lt(0.3)
for i in range(9):
    t.fd(0.75)
    t.lt(1.5)
for i in range(5):
    t.fd(1.5)
    t.lt(0.0125)
for i in range(25):
    t.fd(1.5)
    t.lt(0.5)
t.up()
t.goto(-65 -119)
t.down()
t.begin_fill()
t.color(‘black‘)
t.setheading(280)
t.circle(30 135)
t.end_fill()
t.up()
t.goto(50 -129)
t.down()
t.begin_fill()
t.color(‘black‘)
t.setheading(305)
t.circle(30 135)
t.end_fill()
t.up()
t.goto(200 118)
t.down()
t.begin_fill()
t.color(‘black‘)
t.setheading(20)
t.circle(50 210)
t.end_fill()
t.up()
t.goto(-70 227)
t.down()
t.begin_fill()
t.color(‘black‘)
t.setheading(103)
t.circle(50 230)
t.end_fill()
t.up()
t.goto(117 -40)
t.setheading(25)
t.down()
t.begin_fill()
t.color(‘black‘)
for i in range(70):
    t.fd(1)
    t.lt(-0.5)
for i in range(160):
    t.fd(0.25)
    t.lt(-0.9)
for i in range(70):
    t.fd(1)
    t.lt(-0.65)
t.end_fill()
t.up()
t.goto(-75 -25)
t.setheading(155)
t.down()
t.begin_fill()
t.color(‘black‘)
for i in range(70):
    t.fd(1)
    t.lt(0.5)
for i in range(160):
    t.fd(0.25)
    t.lt(0.85)
for i in range(70):
    t.fd(1)
    t.lt(0.65)
t.end_fill()
t.up()
t.goto(-45 80)
t.begin_fill()
t.color(‘black‘)
t.down()
t.circle(25.25)
t.end_fill()
t.up()
t.goto(-50.5 74.5)
t.begin_fill()
t.color(‘black‘)
t.down()
t.circle(26.25)
t.end_fill()
t.up()
t.goto(-43 100)
t.begin_fill()
t.color(‘white‘)
t.down()
t.circle(5.5)
t.end_fill()
t.up()
t.goto(100 67)
t.begin_fill()
t.color(‘black‘)
t.down()
t.circle(25.25)
t.end_fill()
t.up()
t.goto(105.5 63.5)
t.begin_fill()
t.color(‘black‘)
t.down()
t.circle(25.25)
t.end_fill()
t.up()
t.goto(96 92)
t.begin_fill()
t.color(‘white‘)
t.down()
t.circle(5.5)
t.end_fill()
t.up()
t.goto(105 40)
t.begin_fill

评论

共有 条评论

相关资源