python 画爱心

python 画爱心

 

import turtle as t
t.shape ("turtle")
#爱心
t.pensize(6)
t.speed(1)
t.pencolor("red")
t.fillcolor("pink")
t.begin_fill()
t.left(90)
t.circle(50,180)
t.forward(30)
t.left(30)
t.forward(40)
t.goto(0,-120)
t.penup()
t.goto(0,0)
t.pendown()
t.seth(90)
t.circle(-50,180)
t.forward(30)
t.right(30)
t.forward(40)
t.goto(0,-120)
t.end_fill()
 

上一篇:用Python画一个时钟——turtle库基础


下一篇:【Python表白爱心合集】——“故事很长,我长话短说,我喜欢你,很久了”(♡ʟᴏᴠᴇ ᴜ ᴛʜʀᴇᴇ ᴛʜᴏᴜsᴀɴᴅ♡)