发布时间:2019-08-17 09:32:45编辑:auto阅读(2265)
利用Python画心形图,真是好奇妙啊,代码分享下~
from turtle import *
pensize(1)
pencolor('red')
fillcolor('pink')
speed(5)
up()
goto(-30, 100)
down()
begin_fill()
left(90)
circle(120,180)
circle(360,70)
left(38)
circle(360,70)
circle(120,180)
end_fill()
up()
goto(-100,-100)
down()
画出后的结果如下:
上一篇: python - 字典
下一篇: python django 上传图片
50984
50369
40981
37851
32313
29204
28089
22918
22885
21215
1080°
1760°
1443°
1378°
1649°
1463°
2120°
3673°
3608°
2537°