当前位置:   article > 正文

python turtle表白小姐姐_turtle郁金香

turtle郁金香

使用python中的 turtle海龟库写表白代码

快去发给你心爱的人吧!

效果图:

在这里插入图片描述

代码

import time
import turtle as t
t.speed(10)
t.pensize(4)

t.home()
t.left(30)
t.circle(60, 300)
p = t.position()

t.up()
t.goto(-10, 80)
t.down()
t.right(60)
t.circle(10, 80)
t.up()
t.goto(-10, 50)
t.down()
t.begin_fill()
t.fillcolor("black")
t.circle(5)
t.end_fill()

t.begin_fill()
t.fillcolor("white")
t.circle(4)
t.end_fill()


t.up()
t.goto(-60, 70)
t.down()
t.left(20)
t.forward(10)
t.up()
t.goto(-50, 50)
t.down()
t.begin_fill()
t.fillcolor("black")
t.circle(5)
t.end_fill()

t.begin_fill()
t.fillcolor("white")
t.circle(4)
t.end_fill()

t.up()
t.goto(-65, 30)
t.down()
t.begin_fill()
t.color("#ff5eb1")
t.circle(5)
t.end_fill()

t.up()
t.goto(5, 30)
t.down()
t.begin_fill()
t.color("#ff5eb1")
t.circle(5)
t.end_fill()


t.pencolor("black")
t.up()
t.goto(-40, 20)
t.down()
t.right(90)
t.circle(10, 160)


t.up()
t.goto(p[0]-15, p[1]+10)
t.down()
t.left(150)
t.circle(70, 70)
t.left(100)
t.circle(40, 40)
t.forward(10)
t.left(176)
t.circle(240, 20)
p2 = t.position()


t.up()
t.goto(p[0]+60, p[1])
t.down()
t.left(30)
t.forward(20)
t.circle(-20, 100)
t.right(95)
t.forward(30)

t.up()
t.goto(p2[0]+80, p2[1])
t.down()
t.right(25)
t.circle(260, 18)

t.up()
t.goto(-74, 160)
t.down()
a = t.position()
j = 1
text = "小姐姐"
for txt in text:
    t.write(txt, font=("Arial", 15, "bold"))
    t.up()
    t.goto(a[0]+(j*30), a[1])
    t.down()
    j += 1
    time.sleep(0.05)

text = "可以做我女朋友吗~~~"
j = 1
t.up()
t.goto(-174, 135)
t.down()
a = t.position()
for txt in text:
    t.write(txt, font=("Arial", 15, "bold"))
    t.up()
    t.goto(a[0]+(j*30), a[1])
    t.down()
    j += 1
    time.sleep(0.05)


t.up()
t.goto(70, -50)
t.down()
t.pencolor("red")
t.setheading(0)
t.begin_fill()
t.color("red")
t.left(45)
t.forward(40)
t.circle(20, 180)
t.right(90)
t.circle(20, 180)
t.forward(40)
t.end_fill()

t.ht()
t.done()

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147

—结束----
仅学习。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/515400
推荐阅读
相关标签
  

闽ICP备14008679号