发布时间:2019-09-18 07:23:02编辑:auto阅读(2057)
对于python,turtle模块大家应该不陌生
今天用这个画一个爱心,玩一下
最终的成果是这样子滴:
代码如下啦:
# -*- coding: utf-8 -*-
from turtle import *
def curvemove():
for i in range(200):
right(1)
forward(1)
color('red','pink')
begin_fill()
left(140)
forward(111.65)
curvemove()
left(120)
curvemove()
forward(111.65)
end_fill()
done()
就到这里啦 over~
上一篇: python列表相加的方法:两个list
下一篇: python 转换彩图为黑白图 ,去噪
47840
46386
37279
34731
29312
25970
24909
19949
19541
18026
5790°
6411°
5926°
5960°
7063°
5911°
5942°
6437°
6404°
7776°