2020-03-19
python 用turtle绘制爱心
improt turtle as s
s.pu()
s.pd()
s.pensize(25)
s.pencolor("red")
s.goto(0,0)
s.left(45)
s.fd(100)
s.circle(50,95)
s.circle(50,95)
s.right(110)
s.circle(50,95)
s.circle(50,95)
s.fd(...
原创
2020-03-19 14:53:02 ·
105 阅读 ·
0 评论