码迷,mamicode.com
首页 > 编程语言 > 详细

新学python画一个爱心

时间:2019-03-15 00:51:26      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:pytho   def   yellow   rtl   .com   for   http   img   bsp   

from turtle import *
def curvemove():
for i in range(200):
right(1)
forward(1)
color(‘yellow‘,‘red‘)
begin_fill()
left(140)
forward(111.65)
curvemove()
left(120)
curvemove()
forward(111.65)
end_fill()
done()

技术图片

 

新学python画一个爱心

标签:pytho   def   yellow   rtl   .com   for   http   img   bsp   

原文地址:https://www.cnblogs.com/shuxincheng/p/chenbinboke2.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!