from turtle import *
color('red','pink')
begin_fill()
left(135)
fd(100)
#right(180)
circle(-50,180)
left(90)
circle(-50,180)
#right(180)
fd(100)
end_fill()
hideturtle()
done()
使用turtle绘制爱心

相关文章: